Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need ASP Code - Send mail via POP3

Status
Not open for further replies.

Gragi

Programmer
Oct 4, 2004
59
US
Hi,
Can anybody post me the sample code to send email using ASP via POP3 server.

Thank You,
Gragi
 
Mark,
Is the code same for both SMTP and POP3?

Thanks,
Gragi
 
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?

I appreciate your reply.

Thanks,
Gragi
 
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.
 
Thank You very much, that was helpful.

Gragi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top