documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Mailgun Documentation

Results 43 documentation issues
Sort by recently updated
recently updated
newest added

Im using HTTP API connection... and I want to pass a nested json object through my template.. however i can't retrieve the data unto my template..

The `curl` examples for the HTTP API are technically incorrect, and only work for simple cases where the `-F name=value` value is already correctly encoded. Using `--data-urlencode` instead of `-F`...

The Mailgun dashboard has many links that point to the documentation such as: https://documentation.mailgun.com/en/latest/user_manual.html#webhooks None of them work correctly. They all wind up at: https://documentation.mailgun.com/en/latest/user_manual.html#introduction which then forces you to...

A small thing, but I was testing which was correct (documentation or code comment in the PHP SDK) regarding http repsonse code: https://github.com/mailgun/mailgun-php/issues/658 when I discovered that the retry intervals...

This may not be the proper place to report this, but it's quite difficult to read parts of the MailGun dashboard because the page footer (© 2019 Mailgun Technologies, Inc.,...

Very frustrating - the quick start example will swallow the request and return no errors if you are using EU servers. The object must be instantiated like so: ``` const...

Similar to PR #196, but for other languages that need a simple, standalone, constant-time secure comparison function. --------- `secureCompare` for Ruby: ``` # Run a constant-time comparison against two strings...

enhancement

[Managing User Roles](https://documentation.mailgun.com/en/latest/user_manual.html#managing-user-roles) does not specify any access details regarding the new [Templates](https://help.mailgun.com/hc/en-us/articles/360021380793-What-s-Up-with-Mailgun-Templates-). I went to the docs to discover: what roles allow which CRUD operations for Templates? Eg. -...

In the `Securing Webhooks` section of https://github.com/mailgun/documentation/blob/master/source/user_manual.rst#webhooks there are a few examples in other languages on verifying the signature in the webhook body but not one for Java. There should...

Hey guys, I just noticed that you're missing the PHP example here: https://documentation.mailgun.com/en/latest/user_manual.html#webhooks For those who need one, you can take a look at this Gist: https://gist.github.com/umrysh/8b7bd3651817e5bdb1c5

help wanted