Hi,
I’m getting an issue with setting up Discourse where it tries to send me an email to setup my admin account. I’ve read through the troubleshooting thread and looked on Google, nothing has solved the problem.
My app.yml settings for 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 # (optional, default true)
DISCOURSE_SMTP_AUTHENTICATION: login
Logs from tail command, only available error:
Delivered mail d1d9fc2e-a84c-484e-9e81-73eda3b4c7e4@forum.domain.com (401.0ms)
Job exception: end of file reached
./discourse-doctor reports that “Sending mail failed.” with no other errors.
Is there something I am doing wrong?