I have tried to setup ssmtp to relay through gmail.
root=my gmail address AuthUser=my gmail address AuthPass=my password FromLineOverride=YES mailhub=smtp.gmail.com:587 UseSTARTTLS=YES TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt
I get this error:
Authorization failed (534 5.7.14 https://support.google.com/mail/answer/78754 145sm16287775qhb.20 - gsmtp)
I am not using two step verification at this time. I can sign into my account just fine.
Am I missing a step?
Thanks
Jerry
I believe that your issue is the fourth bullet point in on the support page they link to:
-- Your mail app might not support the latest security standards. Learn how to allow less secure apps access to your account.
If you aren't using OAuth 2.0 (which you aren't in your context):
https://developers.google.com/gmail/oauth_overview?hl=en
you need to set your gmail account to accept connections from "less secure apps".
Thanks Richard,
I actually logged into my gmail account and found the setting for Allow less secure apps and there was a checkbox there already.
How do I add Oath 2.0 to either smmtp or sendmail. I dont care which.
Thanks,
Jerry
On Wed, Oct 07, 2015 at 10:39:00AM -0400, Jerry Geis wrote:
I have tried to setup ssmtp to relay through gmail.
root=my gmail address AuthUser=my gmail address AuthPass=my password FromLineOverride=YES mailhub=smtp.gmail.com:587 UseSTARTTLS=YES TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt
I haven't used ssmtp with gmail for years--your file looks like what I used to use. Is there any chance of switching to msmtp? That one still works well for me with gmail, and I cover its setup on a page I have about mutt at http://srobb.net/mutt.html#Sending