Hello,
When trying to send mail through my application I am getting this error:
A first chance exception of type 'System.Net.Mail.SmtpException' occurred in System.dll System.Net.Mail.SmtpException: Failure sending mail.
I am using ASP.NET 2.0 and the project is in Visual Studio 2005 Standard. I've seen many others having problems with this as I've gone through and researched online, but no definitive answers. Seems that one possibility is that the 2.0 framework uses enhanced smtp (EHLO) with the System.Net.Mail api so I wonder if it might be that the smtp server is not configured to handle this. I've checked throug however, and cannot find anything to support this theory. In any case, if anyone has been able to solve this issue could you please share your thoughts?
Thanks,
Dennis
When trying to send mail through my application I am getting this error:
A first chance exception of type 'System.Net.Mail.SmtpException' occurred in System.dll System.Net.Mail.SmtpException: Failure sending mail.
I am using ASP.NET 2.0 and the project is in Visual Studio 2005 Standard. I've seen many others having problems with this as I've gone through and researched online, but no definitive answers. Seems that one possibility is that the 2.0 framework uses enhanced smtp (EHLO) with the System.Net.Mail api so I wonder if it might be that the smtp server is not configured to handle this. I've checked throug however, and cannot find anything to support this theory. In any case, if anyone has been able to solve this issue could you please share your thoughts?
Thanks,
Dennis