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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.