Hi all,
Trying to get the email function working. I have the domain verified on Mailgun, the DNS records are also verified on Mailgun.
Added EU as the Mailgun region, and the Mailgun domain is set to: newsletter.yogateau.com
and updated the Mailgun Private API key.
I have the config.production.json set to (and have restarted ghost):
“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.eu.mailgun.org”,
“port”: 587,
“secure”: false,
“auth”: {
“user”: “postmaster@newsletter.yogateau.com”,
“pass”: “…”
}
}
}
I have tried the secure set to “true” but still get “The server has encountered an error.” when I try to send a test email from a post.
Any thoughts as to what is set up wrong?