Description:I have used a method for sending email that was working fine what I have used gmail email address but now testing purpose I have changed the email address not gmail this time and now getting the error "Server does not support secure connections" while sending emails.
Posted by: Khalid Abbas | Posted on: Sep 28, 2018
5
In the following chunk you just need to set enableSsl="false" which will fix the issue.
Note: As you have set enableSsl="false" in web.config make sure you shouldn't set in your code.
Replied by: Tabish Usman | Replied on: Sep 28, 2018