Error when sending email using smtp
I tried to send attached report via email using goole smtp.
I get a error message:
The smtp server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue STARTTTLS command first.
Here's my smtp account settings:
host: smtp.gmail.com
port: 587
username: my gmail account
password: my password
Thanks
I get a error message:
The smtp server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue STARTTTLS command first.
Here's my smtp account settings:
host: smtp.gmail.com
port: 587
username: my gmail account
password: my password
Thanks
Comments
I will add the "Enable SSL" checkbox to the email settings dialog in the next daily build.