I’ve installed Ghost on digitalocean, and configured mailgun to send emails according to the guides.
It now sends newsletters from no-reply@mydomain.com, but when I try to change the from address in newsletter settings, it won’t save and just says “retry” in red.
Thanks cuongtran. I’ve got my own custom mail.domain.com configured and working with Mailgun, but when I try to use it with Ghost I encounter the error described in the OP. If I remove the Mailgun API configuration from Ghost (and have it sending email from my Ghost domain blog.domain.com) test email sends, albeit illegitimately since I don’t have the appropriate mail records configured in DNS for blog.domain.com.
You are sure about you setup Mailgun SMTP config.production.json on ghost installation? This setup for sending transaction emails like this, not Mailgun API.
Hey cuongtran, I didn’t modify any configuration files regarding email. I had reviewed the documentation here and my understanding was configuring the Mailgun API in the UI was intended for newsletter delivery: Why do I have to set up Mailgun for newsletters? “Bulk email delivery for newsletters is a new feature which requires a bulk mail API. Currently the only bulk mail API we support is Mailgun.”
I ended up deciding not to use Ghost for newsletters for a few different reasons including this one, but I do appreciate you providing assistance!