So I had my gmail set up and it was working fine yesterday. Today when I try to create an email session or send a test email from the Mail tab in Administration I am getting "
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. yg2sm15300764igb.1"
My web config is set up as follows
Code:
<mailSettings>
<smtp from="My Display Name <my@email.com>">
<network host="smtp.gmail.com" password="mypassword" port="587"
userName="my@email.com" />
</smtp>
</mailSettings>
Any ideas?