-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Get failing email addresses #33812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is a big difference between Swiftmailer and Symfony Mailer. As we only care about transactional emails, an exception is thrown when there is a problem. So, if the email was not sent, you will get an exception. That does not means that the email will be received if there is no exception, just that it was sent. |
@thafirstone the failed recipients are an artifact of ultimately only the transport can tell us something was delivered yes/no, or attempted to at least. |
@ro0NL not sure what you mean with |
Description
Hi,
I'm looking for a way to display the email addresses to which the message was not sent.
Example
Something like that used to exist on Swiftmailer
With
$failure
containing the emails to which the message was not sentThe text was updated successfully, but these errors were encountered: