Skip to content

Commit

Permalink
Update Gmail example (#26302)
Browse files Browse the repository at this point in the history
The `IS_TLS_ENABLED` option in the `mailer` section is deprecated. This
is specified by setting `PROTOCOL=smtps`
  • Loading branch information
elzapp authored Aug 3, 2023
1 parent 5390154 commit 8ba54a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/administration/email-setup.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ SMTP_PORT = 465
FROM = [email protected]
USER = example.user
PASSWD = `***`
PROTOCOL = smtp
IS_TLS_ENABLED = true
PROTOCOL = smtps
```

Note that you'll need to create and use an [App password](https://support.google.com/accounts/answer/185833?hl=en) by enabling 2FA on your Google
Expand Down

0 comments on commit 8ba54a2

Please sign in to comment.