Hi there,
I have a self-hosted subdomain install and working: blog.mydomain.com.
I had made all setup on mailgun as the following link:
I’ve setup all DNS records on cloudflare using the step by step process and created a mailgun domain: m.mydomain.com.
I’ve setup the transaction SMTP on ghost:
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.mailgun.org",
"port": 465,
"secure": true,
"auth": {
"user": "noreply@m.mydomain.com",
"pass": "password"
}
}
},
The transactional email works, but is not the one i’ve config.
Instead i’ve receive emails from noreply@blog.mydomain.com.
And the important part is the message comes with a warning:
This email has failed its domain’s authentication requirements. It may be spoofed or improperly forwarded.
Any ideas?