T
Thom Little
I have an ASP 3 application that submits mail using CDONTS and it works
flawlessly on a server that has the SMTP set to the default.
I need to run it from another server and it does not use the default SMTP
name.
Is there a technique for specifying the SMTP name in CDONTS or am I required
to convert the application to ASP.NET to use the obvious >>
SmtpMail.SmtpServer = "mail.whatever"
I am really hoping to simply have a technique to specify the server name.
flawlessly on a server that has the SMTP set to the default.
I need to run it from another server and it does not use the default SMTP
name.
Is there a technique for specifying the SMTP name in CDONTS or am I required
to convert the application to ASP.NET to use the obvious >>
SmtpMail.SmtpServer = "mail.whatever"
I am really hoping to simply have a technique to specify the server name.