From cd4409c936617066ba6daac625b8c9ae00a96047 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Tue, 6 Mar 2018 01:29:26 -0500 Subject: [PATCH] Cleanup gmail note. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91acea2..6eff61e 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Or if you can start the service using the provided [docker-compose](https://gith #### A note about using gmail as a relay -Since last year, Gmail by default [does not allow email clients that don't use OAUTH 2](http://googleonlinesecurity.blogspot.co.uk/2014/04/new-security-measures-will-affect-older.html) -for authentication (like Thunderbird or Outlook). First you need to enable access to "Less secure apps" on your -[google settings](https://www.google.com/settings/security/lesssecureapps). +Gmail by default [does not allow email clients that don't use OAUTH 2](http://googleonlinesecurity.blogspot.co.uk/2014/04/new-security-measures-will-affect-older.html) +for authentication (like Thunderbird or Outlook). First you need to enable access to "Less secure apps" on your +[google settings](https://www.google.com/settings/security/lesssecureapps). Also take into account that email `From:` header will contain the email address of the account being used to authenticate against the Gmail SMTP server(SMTP_USERNAME), the one on the email will be ignored by Gmail.