-
Looking at recent mailgun logs when we sent >80k messages in a day, it looks like mailgun is rejecting nearly 2k messages, most of them because mail had bounced to them earlier.
This doesn't seem to…
-
When I try to use mailgun.js in Cloudflare worker it fails with error:
> define is not defined
Full trace:
`"ReferenceError: define is not defined\n at node_modules/mailgun.js/mailgun.web.js…
-
It would be great if we could write out more detailed instructions for how to set up one's dev environment, including setting up free instances of other services like Firebase, Mailgun, and Supabase.
-
What we presently have on review is minimally useful ... but anything that requires email functionality fails. E.g. registering, setting up swaps.
-
Does griddle-mailgun support inline images? Mailgun creates content-id-map which I don't see when I use griddler-mailgun. I need to link inline images referenced by cid to attachment but the Content-I…
-
Would this package work for european customers of Mailgun?
We have to use a different URL, and at a glance, it looks like you've hardcoded in the URL in this package.
https://github.com/typesafe…
-
**Description**
Hi all,
I am trying to configure the open source version of UV desk to send, receive and also convert mails from Mailgun to tickets. I feel I got the configuration right but Mail…
-
Is this possible currently?
I see the library loops through the mailgun_options, but because it's a hash, no way to duplicate the 'tags' value. Mailgun docs show it appearing multiple times in the…
-
Hi, I'm having some issues with the config being set when using mailgun from within a library I'm building, it's very possible I'm at fault here but I'm new to Elixir so maybe you can point me in the …
-
With Multipart form data, it is allowed to have multiple fields of the same name with different values and they all are submitted to the server.
A curl example of that is below (from Mailgun API do…