Hello,
I'm using forgot password wizard and I configure my smtp like this:
and the SMTP server:
smtp.gmail.com (use authentication)
Use Authentication: Yes
Use STARTTLS: Yes (some clients call this SSL)
Port: 465 or 587
<system.net>
<mailSettings>
<smtp from="myemail@gmail.com">
<network host="smtp.gmail.com" password="pass" port="587"
userName=myemail@gmail.com />
</smtp>
</mailSettings>
</system.net>
but, the error:
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. 23sm58870 ...
Go to the complete details ...