Open tmaybe opened 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:
Retry limit reached
null
"message": { "headers": { "to": null, "message-id": "xxxxx.xxxxx.xxxxx.xxxxx@clientcomm.org", "from": "postmaster@clientcomm.org", "subject": null } }
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 tonull
:null
is what's actually happening here