-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Support Amazon SES ConfigurationSetName #37897
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
[Mailer] Support Amazon SES ConfigurationSetName #37897
Conversation
Apparently, this is supported by other transports like SMTP, can you fix all SES transports?. |
6e6f9f2
to
bee64fb
Compare
In Amazon SES a Configuration Set can be used to monitor email sending events (delivery, bounces, complaints etc.). In order to use this feature the ConfigurationSetName needs to be sent along with the email. Setting the `X-SES-CONFIGURATION-SET` header should accomplish this for all SES Transports now. Ref: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets-in-email.html
bee64fb
to
a36fec3
Compare
Sure thing, just pushed the code for that! Since I don't think these changes break BC, could we consider getting this into the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a new feature, it will be merged in master.
Thank you @cvmiert. |
Is there any documentation regarding this change? I'm investingating how to upgrade to Laravel 9 and this is the missing part where I can't figure out how to integrate with Symfony Mailer |
In Amazon SES a Configuration Set can be used to monitor email sending
events (delivery, bounces, complaints etc.). In order to use this
feature the ConfigurationSetName needs to be sent along with the email.
Setting the
X-SES-CONFIGURATION-SET
header should accomplish this forall SES Transports now.
Ref: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets-in-email.html