By Cac
Hello everyone, i am running Ghost 1-Click Droplet. It works well but Mailgun configuration doesn’t work properly.
I want to use mailgun not only for newsletter but also for sign in / sign up / password renew… etc. I created a domain in Mailgun, configured all DNS settings and at the end got SMTP and API codes. Api codes in Ghost GUI registered and newsletter function works good.
Then i setup SMTP in config.production.json file and restarted Ghost… When i try to sign up or so, it does not work.
Do i missing something ?
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Do you happen to use an european server in Mailgun? Because I had the same problem and after many attempts I got it working by changing the host from smtp.mailgun.org to smtp.eu.mailgun.org:
"mail": {
"transport": "SMTP",
"options": {
"service": "Mailgun",
"host": "smtp.eu.mailgun.org",
"port": 465,
"secureConnection": true,
"auth": {
"user": "postmaster@domain.com",
"pass": "password"
}
}
},
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
