gmail smtp 邮箱配置不能正常工作 #1543
Answered
by
icyleaf
jason-xie-123
asked this question in
Q&A
-
请教个问题, 不知有没有人遇见过, 我这边在 ubuntu ec2 上面通过 https://github.com/tryzealot/zealot-docker + nginx 配置好了 tryzealot/zealot, 一切工作正常, 但是我在配置 gmail 邮箱的时候一直不能正常工作, 我使用下面的配置设置
我在 https://www.gmass.co/smtp-test 里面测试的账号密码是可以正常工作的 |
Beta Was this translation helpful? Give feedback.
Answered by
icyleaf
Jun 18, 2024
Replies: 1 comment
-
确认是 bug 已在 #1547 修复,目前可用 nightly-2024-06-18 可用后续会发布 5.3.1,需要注意的是 SMTP 配置有所变化 SMTP_DOMAIN=zealot.com
SMTP_ADDRESS=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=you@gmail.com
SMTP_PASSWORD=your_app_password
SMTP_AUTH_METHOD=plain
-SMTP_ENABLE_STARTTLS_AUTO=true
+SMTP_ENABLE_STARTTLS=true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
icyleaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
确认是 bug 已在 #1547 修复,目前可用 nightly-2024-06-18 可用后续会发布 5.3.1,需要注意的是 SMTP 配置有所变化