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

Fix MailCare Driver #114

Closed mailcare closed 7 months ago

mailcare commented 1 year ago

Hello,

The current implementation of the MailCare driver doesn't work.

This PR fix all the issues and has been fully tested. I also updated the doc.

Best regards,

joelharkes commented 1 year ago

Implemented in fork as well: https://packagist.org/packages/joelharkes/laravel-mailbox in this PR: https://github.com/eurides-eu/laravel-mailbox/pull/5

You could add additional content-type check to avoid the JSON messages (mistakenly setup) being seen as emails.

mechelon commented 7 months ago

Thanks!