-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get it to work with Mailgun? It doesn't work (anymore) #45
Comments
Hey @vesper8 Did you manage to get it to work? In a recent project I also couldn't get it to work at first, but after directing both Mailguns "store and notify" and "forward" options to the I've used Mailgun's webhook key in the |
This is how it works for me. Although I don't use "store and notify", I just forward it. |
now that Mailgun has ended its free tier and is now charging 30$ / months to use its routes and webhooks.. I would like to know of another free provider that works with laravel-mailbox if anyone knows of any please mention it in a comment |
Sendgrid could be an option |
I ended up using my MxRoute account. Don't know why I didn't do that before since I've been paying for it for years. It's great, so easy to set up too. Only for receiving not for sending, but that's perfect for laravel-mailbox |
I swear I tested this about 9 months ago and I was able to receive an email through laravel-mailbox. Today I tried it again and this time I am getting
Invalid Mailgun signature or timestamp., Url:https://api.redacted.com/laravel-mailbox/mailgun/mime
errorsI'm using the
HTTP webhook signing key
which has to be the right oneI've gone inside the Mailgun Routes and set the
forwarding
to forward a copy tohttps://api.redacted.com/laravel-mailbox/mailgun/mime
I've followed the rest of the setup guide and I can't figure out what I'm doing wrong!
Can someone please help me out.. thanks!
The text was updated successfully, but these errors were encountered: