slco-2016 / clientcomm

A communications platform for case managers in the Criminal Justice System.
https://clientcomm.org/
Other
10 stars 3 forks source link

mailgun can't connect to remote server, retries, fails #381

Open tmaybe opened 7 years ago

tmaybe commented 7 years ago

Typically mailgun tries to send the message 6 times, then alerts with Retry limit reached and stops trying. Looking at the details of the warnings and error, it looks like we asked mailgun to send a message to null:

"message": {
    "headers": {
      "to": null,
      "message-id": "xxxxx.xxxxx.xxxxx.xxxxx@clientcomm.org",
      "from": "postmaster@clientcomm.org",
      "subject": null
    }
}