| Package | Description |
|---|---|
| com.sendgrid.helpers.mail.objects |
| Modifier and Type | Method and Description |
|---|---|
Setting |
MailSettings.getBypassBounceManagement()
Allows you to bypass the bounce list to ensure that the email is delivered to recipients.
|
Setting |
MailSettings.getBypassListManagement()
A setting that allows you to bypass all unsubscribe groups and suppressions to ensure that the
email is delivered to every single recipient.
|
Setting |
MailSettings.getBypassSpamManagement()
Allows you to bypass the spam report list to ensure that the email is delivered to recipients.
|
Setting |
MailSettings.getBypassUnsubscribeManagement()
Allows you to bypass the global unsubscribe list to ensure that the email is delivered
to recipients.
|
Setting |
MailSettings.getSandBoxMode()
Get sandbox mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailSettings.setBypassBounceManagement(Setting bypassBounceManagement) |
void |
MailSettings.setBypassListManagement(Setting bypassListManagement) |
void |
MailSettings.setBypassSpamManagement(Setting bypassSpamManagement) |
void |
MailSettings.setBypassUnsubscribeManagement(Setting bypassUnsubscribeManagement) |
void |
MailSettings.setSandboxMode(Setting sandBoxMode)
Set sandbox mode.
|
Copyright © 2024. All rights reserved.