Sometimes when sending with the api we will get 500 errors. When we go to look our end requeues it for a retry and tries again but mailgun actually received and sent the email successfully already. We end up sending twice to the same email with no solid way to determine if an email was already sent. The current api only lets you lookup with an id we do not have because we got a 500 error.
Sometimes when sending with the api we will get 500 errors. When we go to look our end requeues it for a retry and tries again but mailgun actually received and sent the email successfully already. We end up sending twice to the same email with no solid way to determine if an email was already sent. The current api only lets you lookup with an id we do not have because we got a 500 error.