Sending Mail with Active Server Pages - TechRepublic
General discussion
October 13, 2000 at 09:11 AM
jsgray1023

Sending Mail with Active Server Pages

by jsgray1023 . Updated 25 years, 7 months ago

What is the best way to send email using Active Server Pages. My web server host our Intranet which is also a MS proxy server. I want an application written with ASP to email me when certain events happens. I read where you have to install SMTP, so I did. By using the Server.CreateObject(“CDONTS.NEWMAIL”), I can get it to send the message, and it places it in the Inet/mailroot folder. What I don’t understand is how to send it from there. I have a seperate MS Exchange Server 5.5 inside our network, do I somehow tell it to send through this Exchange Server?
Any suggestions?
Thanks

This discussion is locked

All Comments