From 3d908b7eeeaa0e33b93ac279d3032419735b53ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Aase?= Date: Thu, 3 Aug 2023 11:20:40 +0100 Subject: [PATCH] Update Gmail example (#26302) The `IS_TLS_ENABLED` option in the `mailer` section is deprecated. This is specified by setting `PROTOCOL=smtps` --- administration/email-setup.en-us.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/administration/email-setup.en-us.md b/administration/email-setup.en-us.md index 10058d82..645a7a3f 100644 --- a/administration/email-setup.en-us.md +++ b/administration/email-setup.en-us.md @@ -79,8 +79,7 @@ SMTP_PORT = 465 FROM = example.user@gmail.com 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