beyondcode / laravel-mailbox

Catch incoming emails in your Laravel application
https://beyondco.de/docs/laravel-mailbox/getting-started/introduction
MIT License
1.04k stars 127 forks source link

Subfolder #104

Closed MrWeb closed 2 years ago

MrWeb commented 2 years ago

Hi I'm using Laravel and Postmark, I'm trying to set the Postmark WebHook but my app is in a subfolder and I keep getting 404s. This is what I tried:

https://example.net/subfolder:fd2ddc7d-2296-4a33-b4c5-b294ecff351f@example.net/subfolder/laravel-mailbox/postmark https://example.net:fd2ddc7d-2296-4a33-b4c5-b294ecff351f@example.net/subfolder/laravel-mailbox/postmark https://example.net/subfolder:fd2ddc7d-2296-4a33-b4c5-b294ecff351f@example.net/laravel-mailbox/postmark https://example.net:fd2ddc7d-2296-4a33-b4c5-b294ecff351f@example.net/laravel-mailbox/postmark

I cannot make it work :(

MrWeb commented 2 years ago

Never mind. I used another package. Tks anyways