Discussed in #1543
Originally posted by jason-xie-123 June 17, 2024
请教个问题, 不知有没有人遇见过, 我这边在 ubuntu ec2 上面通过 https://github.com/tryzealot/zealot-docker + nginx 配置好了 tryzealot/zealot, 一切工作正常, 但是我在配置 gmail 邮箱的时候一直不能正常工作, 我使用下面的配置设置
{ "address": "smtp.gmail.com", "port": 587, "domain": "gmail.com", "username": "xxx@gmail.com", "password": "xxxxxxxx", "auth_method": "plain", "enable_starttls_auto": true }
我在 https://www.gmass.co/smtp-test 里面测试的账号密码是可以正常工作的
Discussed in #1543
Originally posted by jason-xie-123 June 17, 2024
请教个问题, 不知有没有人遇见过, 我这边在 ubuntu ec2 上面通过 https://github.com/tryzealot/zealot-docker + nginx 配置好了 tryzealot/zealot, 一切工作正常, 但是我在配置 gmail 邮箱的时候一直不能正常工作, 我使用下面的配置设置
{ "address": "smtp.gmail.com", "port": 587, "domain": "gmail.com", "username": "xxx@gmail.com", "password": "xxxxxxxx", "auth_method": "plain", "enable_starttls_auto": true }我在 https://www.gmass.co/smtp-test 里面测试的账号密码是可以正常工作的