Skip to content
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

feat: add spam, bounce and unsubscribe bypass management filters #1065

Merged
merged 2 commits into from
Nov 4, 2021

Conversation

@shwetha-manvinkurke shwetha-manvinkurke marked this pull request as draft November 1, 2021 21:11
@shwetha-manvinkurke shwetha-manvinkurke marked this pull request as ready for review November 1, 2021 21:15
@shwetha-manvinkurke shwetha-manvinkurke force-pushed the bypass-filters branch 3 times, most recently from 9ae29b0 to 504ceb3 Compare November 2, 2021 16:55
USE_CASES.md Outdated Show resolved Hide resolved
@shwetha-manvinkurke shwetha-manvinkurke merged commit 588c067 into main Nov 4, 2021
@shwetha-manvinkurke shwetha-manvinkurke deleted the bypass-filters branch November 4, 2021 19:30
@KarunaGovind
Copy link

KarunaGovind commented Dec 10, 2021

Hi. This is a breaking change for anyone who has used MailSettings:

$msg = new SendGrid\Mail\Mail();
$msg->setSubject($subject);
$msg->setMailSettings(new MailSettings(
null,
true // this was supposed to bypass_list_management
));

After this release, anyone who was in global unsubscribes will no longer receive emails.

It should at least be mentioned in the release notes.

Thanks.

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.

4 participants