Click to See Complete Forum and Search --> : can not send mails using asp


soda
10-19-2009, 05:05 AM
Hi

our script was working properly until we change our hosting server. Now we are using "(netfirms) http://www.netfirms.com" but the mail facility doesn't work

objConfig.Fields.Item(smtpUrl)="relay-hosting.secureserver.net"

we assume that the smtp server name is incorrect. So can anyone help us to find the server name should we use to replace "relay-hosting.secureserver.net".

thanks & br
soda

yamaharuss
10-19-2009, 11:32 AM
The server name needs to be whatever server you have permission to relay through.

If netfirms allows you to run CDO direct then you wouldn't need to define an SMTP server.

telmessos
10-22-2009, 01:03 PM
Hi Soda,

Instead of trying to connect directly to the relay service provider, please try your server's local SMTP service. Please try the hostname as follows:
objConfig.Fields.Item(smtpUrl)="mail.yourdomain.com"


telmessos

Hi

our script was working properly until we change our hosting server. Now we are using "(netfirms) http://www.netfirms.com" but the mail facility doesn't work

objConfig.Fields.Item(smtpUrl)="relay-hosting.secureserver.net"

we assume that the smtp server name is incorrect. So can anyone help us to find the server name should we use to replace "relay-hosting.secureserver.net".

thanks & br
soda