Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone know how to reject an email received through mailgun (mailgun.com)? As a comparison, a similar service, cloudmailin allow you to return a status code of 404 or 403 to reject an email, and the sender of that email will receive a delivery failure notice. I am trying the same with mailgun, however, mailgun will attemp to redeliver with longer and longer interval once it receive the 404 or 403 status code.

What I have tried: Mailgun documentation doesn't say anything about this. Mailgun support is not responding to my emails.

If I got an answer from mailgun I will post it here as an update.

share|improve this question

1 Answer

up vote 2 down vote accepted

Your app could return 406 code to mailgun to stop retrying. We added that feature recently and haven't yet updated our documentation regarding that.

Please don't hesitate to send us an email to support@mailgunhq.com if you have any other questions.

Thanks, Anton @ mailgun

share|improve this answer
1  
I notice recently when I return 406, the sender doesn't get a bounce message at all. – lionel Dec 30 '12 at 6:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.