beyondcode/laravel-mailbox

Endpoint returning 404 to Mailgun?

kenschnetz opened this issue · 3 comments

Followed the setup tutorial here: https://johnbraun.blog/posts/incoming-mail-laravel-mailbox

Test runs without issue. Deployed to Forge and now the endpoint returns 404 error to Mailgun using the following route: https://our domain/laravel-mailbox/mailgun/mime

Is there a step I am missing to publish the route/endpoint?

wa05 commented

Hi @kenschnetz , did you solve this problem?

Try running artisan route:list

It seems the endpoint paths are constructed like this:

/{path}/{driver}/mime

Where path is the path defined in config.mailbox.path