Update Gmail example (#26302)
The `IS_TLS_ENABLED` option in the `mailer` section is deprecated. This is specified by setting `PROTOCOL=smtps`
This commit is contained in:
parent
539015403f
commit
8ba54a2e16
|
@ -79,8 +79,7 @@ SMTP_PORT = 465
|
||||||
FROM = example.user@gmail.com
|
FROM = example.user@gmail.com
|
||||||
USER = example.user
|
USER = example.user
|
||||||
PASSWD = `***`
|
PASSWD = `***`
|
||||||
PROTOCOL = smtp
|
PROTOCOL = smtps
|
||||||
IS_TLS_ENABLED = true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
Loading…
Reference in New Issue