mailgun / documentation

Mailgun Documentation
http://documentation.mailgun.com/
MIT License
79 stars 148 forks source link

Regarding receiving Inbound Email and the difference between `forward(”http://myapp/post”)` and `store(notify=”http://myapp/post”)` #602

Open ghost opened 2 years ago

ghost commented 2 years ago

It seemed this page briefly mentioned how to be notified for inbound Emails: https://github.com/mailgun/documentation/blob/master/source/quickstart-receiving.rst

However the provided Django sample code didn't list all fields/headers in the POST request body to the webhook. Providing a link to:

Would be greatly appreciated. (BTW I think in my test the POST request body doesn't 100% match, if possible would you please kindly update the sample, thank you)

I find Mailgun being very reliable and useful, I hope you keep up the good work and thank you for all your efforts.