System.Net.Mail.SmtpException: 'Server does not support secure connections.'

If you are working in any specific domain(company) then might be the company have personal proxy authentication so you will have to bypass proxy authentication for prevent error. first you need to add smtpServer.EnableSsl = false; then add below code in your web.config

0 Comments