Skip to content

gmail smtp 邮箱配置不能正常工作 #1543

Answered by icyleaf
jason-xie-123 asked this question in Q&A
Discussion options

You must be logged in to vote

确认是 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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by icyleaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants