Skip to content
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

Open
vesper8 opened this issue Sep 27, 2019 · 5 comments
Open

how to get it to work with Mailgun? It doesn't work (anymore) #45

vesper8 opened this issue Sep 27, 2019 · 5 comments

Comments

@vesper8
Copy link

vesper8 commented Sep 27, 2019

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 errors

I'm using the HTTP webhook signing key which has to be the right one

I've gone inside the Mailgun Routes and set the forwarding to forward a copy to https://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!

@Jhnbrn90
Copy link

Jhnbrn90 commented Oct 19, 2019

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 https://api.redacted.com/laravel-mailbox/mailgun/mime endpoint did work for me. Previously I only used the "store and notify" option in mailgun without forwarding.

I've used Mailgun's webhook key in the MAILBOX_MAILGUN_KEY environment variable.

@intellow
Copy link
Contributor

intellow commented Mar 5, 2020

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 https://api.redacted.com/laravel-mailbox/mailgun/mime endpoint did work for me. Previously I only used the "store and notify" option in mailgun without forwarding.

I've used Mailgun's webhook key in the MAILBOX_MAILGUN_KEY environment variable.

This is how it works for me. Although I don't use "store and notify", I just forward it.

@vesper8
Copy link
Author

vesper8 commented Mar 5, 2020

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

@SomePlayer
Copy link

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

@vesper8
Copy link
Author

vesper8 commented Mar 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants