I'm having a problem sending Email from a web site.
What I'm trying to do is send an error reporting
email from the Application_Error() event in Global.asax.
I'm using: System.Web.Mail.SmtpMail.Send(from@..., to@..., "Errors", "This is a bad one!");
as a test in a Page_Load event. Absolutely nothing happens.
I'm running Windows 2000 Pro and I have the SMTP functionality
set up in IIS. Supposedly, Windows 2000 then acts as my mail server
and I should get a message back. But nothing!