Mark,
Here is my issue, I am working on one domain and I need to send mails to different domain email addresses.
When I sent from my local box(WinXP), it went fine to same domain mail address, and got email from system administrator saying "couldn't deliver" to other domain mail addresses.
Then I was told to move the code to Server, so I moved to Win2003 server(not a real server). Now getting the SMTP error which is part of NETWORK admins need to add to MailRelay.
Then somebody suggested to use this POP3.
So what are the points I need to make sure in order to send mail from ASP?
You only want to send and not receive so you don't need POP3.
The primary question is if the web server will be running its own SMTP service or not.
If it is running its own, then the SMTP service on the server will need to be configured. This is done with the same tool used to administer the IIS web and ftp services.
If the web server is not running its own SMTP service then you'll need to connect to another SMTP server on your network.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.