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