Skip to content

Commit 8ba54a2

Browse files
authored
Update Gmail example (#26302)
The `IS_TLS_ENABLED` option in the `mailer` section is deprecated. This is specified by setting `PROTOCOL=smtps`
1 parent 5390154 commit 8ba54a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/administration/email-setup.en-us.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ SMTP_PORT = 465
7979
8080
USER = example.user
8181
PASSWD = `***`
82-
PROTOCOL = smtp
83-
IS_TLS_ENABLED = true
82+
PROTOCOL = smtps
8483
```
8584

8685
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

0 commit comments

Comments
 (0)