Update: IT'S ALWAYS DNS or EMAIL RECORDS...
I just made the startling discovery in my Mailgun dashboard that I have lots of activity... ever since I changed the Ghost config file adding a different mail setting. Even if I didn't send a single email.
The following code meant new subscribers didn't get a warning about failing the domain authentication... but opened a new can of worms.
"mail": {
"transport": "SMTP",
"from": "Elena Rossini ",
"options": {
"service": "Mailgun",
"host": "smtp.eu.mailgun.org",
"port": 465,
"secureConnection": true,
"auth": {
"user": "email-REDACTED",
"pass": "password-REDACTED"
}
}
},
Because of all this activity I cannot even send a test email.
So I changed the setting back to "Direct", stripping it of the email and password.
And because I can be a little daredevil - only online, LOL - I scheduled the publishing of a new post and the sending of 200+ emails for 5pm... 10 minutes after the sending ban is lifted by Mailgun.
FIRST WORLD PROBLEMS BUT WHY IS THERE ALWAYS SOMETHING WITH THIS SELF-HOSTED GHOST BLOG?!? I need some saging or something