Skip to content

Conversation

bchalier
Copy link
Contributor

@bchalier bchalier commented Oct 5, 2023

To resolve #48642

When the SES mail driver encounter an error it throw a regular Exception, preventing the failover driver to pass the mail along.

I changed the error for a TransportException, allowing the error to be handled and with minimal impact as any other catching mechanism already in place will continue to work.

@taylorotwell taylorotwell merged commit 4a9ae49 into laravel:10.x Oct 5, 2023
timacdonald pushed a commit to timacdonald/framework that referenced this pull request Oct 24, 2023
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

Successfully merging this pull request may close these issues.

failover mail config does not catch AWS SES errors
2 participants