bermanbp
06-10-2009, 11:12 PM
Hi Everyone,
I have a strange problem where email messages are not sending from a page with an SSL certificate installed. The same codebase, on the same server (my staging site) sends the email fine. I have it set up through IIS SMTP relay on localhost. The PTR records are set up as well.
The simple code is below (ASP.NET 2.0):
Mail.Send(new MailAddress(tbEmail.Text), new MailAddress("receipt@myserver.com"), "THANK YOU for Your Donation: RECEIPT " + identity, Server.MapPath("/MailTemplates/donationReceipt.txt"), parameters, false);
Has anyone ever experienced an issue like this? It doesn't seems to be throwing any errors.
Thanks,
Brett
I have a strange problem where email messages are not sending from a page with an SSL certificate installed. The same codebase, on the same server (my staging site) sends the email fine. I have it set up through IIS SMTP relay on localhost. The PTR records are set up as well.
The simple code is below (ASP.NET 2.0):
Mail.Send(new MailAddress(tbEmail.Text), new MailAddress("receipt@myserver.com"), "THANK YOU for Your Donation: RECEIPT " + identity, Server.MapPath("/MailTemplates/donationReceipt.txt"), parameters, false);
Has anyone ever experienced an issue like this? It doesn't seems to be throwing any errors.
Thanks,
Brett