Mailgun not working correctly

If you’re looking for help, please provide information about your environment. If you delete this template and don’t provide any information, your topic will be closed.

If you aren’t running the latest version of Ghost, the first thing we will ask you to do is update to the latest version of Ghost.

  • What’s your URL? This is the easiest way for others to help you
    http://blog.bootstrap.surf/
  • What version of Ghost are you using? If it’s not the latest, please update Ghost first before opening your topic
    latest

And

  • How was Ghost installed and configured?
    Installed through docker
  • What Node version, database, OS & browser are you using?
    Latest through docker
  • What errors or information do you see in the console?
    image
  • What steps could someone else take to reproduce the issue you’re having?
    I’m just trying to set my support and newsletter emails. When I do so, it says “Sending…” for awhile and then eventually says “Retry.” Is it because I’m on a subdomain? Is possible my railgun API key is wrong somehow?

bump.

You don’t indicate the version of ghost that you use, nor your version of Node … saying that it is the last one does not guarantee anything when a time passes from your publication …

In any case … Ghost uses two types of mail delivery.

For notification emails, invitations, subscriptions, etc … they are sent directly (from the server with nodemailer).

Mailgun is used for newsletters and if you don’t configure it, you won’t be able to send it.

Since you use docker, you do not have access to the configuration file and you cannot change the direct method to another, so check that your server is not blocking those emails and check that the emails really exist. Once done restart the docker and it should work.