Report this

What is the reason for this report?

Ghost 1-Click - Mailgun SMTP - Membership doesn't work!

Posted on October 29, 2020
Cac

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.

Thank you @marks567217 , I read all and tried all solutions, still not works :(

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"
    }
  }
},

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.