laravel-mailbox
laravel-mailbox copied to clipboard
Catch incoming emails in your Laravel application
If a route throws an Exception, then the email is lost because it won't be saved in the database. Saving the email before calling the actual route prevents losing messages....
Hi, I'd like to store some incoming mails after parsing them, but I'd like to have a reference to them in the data I create from the parsed mail. IE...
I saw that the composer.json was updated in master to support Laravel 9 but there are a couple of other changes necessary to support L9 since the Swift Mailer was...
I sometimes get a memory limit error when running `mailbox:cleanup` since the command fetches all columns of the table which includes entire emails + raw attachments, this PR optimizes the...
### Description When using the `$email->reply()` method, instead of automatically replying the the `From` address, check first if the sender provided a `Reply-To` address and use this instead.
The MailCare driver doesn't work. This PR will fix the issue.
Hi it looks like it failed to deploy the proper dependencies for Laravel 9: https://packagist.org/packages/beyondcode/laravel-mailbox even though your code in repo suggests 9.0 is allowed: https://github.com/beyondcode/laravel-mailbox/blob/master/composer.json could you try a...
I am using laravel-mailbox on laravel 8 with mailgun driver. I only need to simply forward the email message. The setup works fine and successfully forwards the email as expected...
Hi! Didn't see this in the documentation nor in the issues. Is it just me, or is there no way to open up an IMAP or POP connection to a...