-
Installed the package and configured a Job. When I test the webhook with the "Test Webhook" feature in mailgun I can see the "POST /webhooks/mailgun/delivered 200 OK" log but database "webhook_calls" …
-
Similar to [faking Laravel's Mail](https://laravel.com/docs/5.4/mocking#mail-fake), the Mailgun facade should be fakeable:
```
public function test_it_sends_email()
{
Mailgun::fake();
/…
-
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.
-
Gmail has a number of limitations on how many e-mails can be sent during a certain time span. Will this be a problem if we want to send up to 100 mails at the same time?
Reading suggestions:
- htt…
-
Hi I am using mailgun-js 0.21.0.
var api_key = 'pubkey-XXXXXXXXX';
var domain = 'XXXXXXXXXXXX';
var mailgun = require('mailgun-js')({apiKey: api_key, domain: domain});
mailgun.parse(
[ 'alice…
-
**Is your feature request related to a problem? Please describe.**
Mailgun requires you to `POST` to a different API endpoint if your domain is set up as an EU domain, attempting to send a request to…
-
Hi! The contributing guidelines said to open an issue for discussion before sending a pull request.
I was spending hours on figuring out why my email notification with mailgun wouldn't work until I f…
-
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…
-
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…
-
after upgrading from 2.0.3 to 2.1.3, sending an email throws the following exception:
```
error: TypeError: source.on is not a function
at Function.DelayedStream.create (/Users/x/Source/x/app…