-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Mailer][Sendgrid] Add suppression groups support #61455
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][Sendgrid] Add suppression groups support #61455
Conversation
|
Not sure if symfony-docs requires updating or a sendgrid specific page adding, or if the README.md within symfony/sendgrid-mailer will be sufficient? |
src/Symfony/Component/Mailer/Bridge/Sendgrid/Header/SuppressionGroupHeader.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Sendgrid/Header/SuppressionGroupHeader.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Sendgrid/Header/SuppressionGroupHeader.php
Outdated
Show resolved
Hide resolved
We don't document bridges in the docs. Everything should be documented in the README file. |
0d9571f to
003b859
Compare
src/Symfony/Component/Mailer/Bridge/Sendgrid/Header/SuppressionGroupHeader.php
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridSmtpTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Sendgrid/Header/SuppressionGroupHeader.php
Show resolved
Hide resolved
9d7b75d to
514ce3b
Compare
514ce3b to
1c69aa2
Compare
|
Thank you @KiloSierraCharlie. |
This PR implements a new header which supports the SendGrid suppression group/ASM options - allowing recipients of emails to unsubscribe.