你好,
我在设置 Discourse 时遇到了问题,系统尝试发送邮件以设置我的管理员账户。我已经阅读了故障排除帖子并在 Google 上搜索过,但没有任何解决方案。
我的 app.yml 中 SMTP 设置如下:
DISCOURSE_SMTP_ADDRESS: smtp.zoho.eu
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: email@example.com
DISCOURSE_SMTP_PASSWORD: password
DISCOURSE_SMTP_ENABLE_START_TLS: true # (可选,默认为 true)
DISCOURSE_SMTP_AUTHENTICATION: login
tail 命令的日志中唯一的错误是:
Delivered mail d1d9fc2e-a84c-484e-9e81-73eda3b4c7e4@forum.domain.com (401.0ms)
Job exception: end of file reached
./discourse-doctor 报告“发送邮件失败”,没有其他错误。
请问我是否哪里做错了?