documentation
documentation copied to clipboard
Regarding receiving Inbound Email and the difference between `forward(”http://myapp/post”)` and `store(notify=”http://myapp/post”)`
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:
- https://github.com/mailgun/documentation/blob/master/source/samples/message-forward.rst
- https://github.com/mailgun/documentation/blob/master/source/samples/message-store.rst
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.