public class MailSettings extends Object
| Constructor and Description |
|---|
MailSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BccSettings |
getBccSettings() |
Setting |
getBypassBounceManagement()
Allows you to bypass the bounce list to ensure that the email is delivered to recipients.
|
Setting |
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 |
getBypassSpamManagement()
Allows you to bypass the spam report list to ensure that the email is delivered to recipients.
|
Setting |
getBypassUnsubscribeManagement()
Allows you to bypass the global unsubscribe list to ensure that the email is delivered
to recipients.
|
FooterSetting |
getFooterSetting()
Get the footer settings that you would like included on every email.
|
Setting |
getSandBoxMode()
Get sandbox mode.
|
SpamCheckSetting |
getSpamCheck()
Get the spam check setting.
|
int |
hashCode() |
void |
setBccSettings(BccSettings bccSettings)
Set the BCC settings.
|
void |
setBypassBounceManagement(Setting bypassBounceManagement) |
void |
setBypassListManagement(Setting bypassListManagement) |
void |
setBypassSpamManagement(Setting bypassSpamManagement) |
void |
setBypassUnsubscribeManagement(Setting bypassUnsubscribeManagement) |
void |
setFooterSetting(FooterSetting footerSetting)
Set the footer settings that you would like included on every email.
|
void |
setSandboxMode(Setting sandBoxMode)
Set sandbox mode.
|
void |
setSpamCheckSetting(SpamCheckSetting spamCheckSetting)
Set the spam check setting.
|
public BccSettings getBccSettings()
public void setBccSettings(BccSettings bccSettings)
bccSettings - the BCC settings.public Setting getBypassListManagement()
public void setBypassListManagement(Setting bypassListManagement)
public Setting getBypassSpamManagement()
public void setBypassSpamManagement(Setting bypassSpamManagement)
public Setting getBypassBounceManagement()
public void setBypassBounceManagement(Setting bypassBounceManagement)
public Setting getBypassUnsubscribeManagement()
public void setBypassUnsubscribeManagement(Setting bypassUnsubscribeManagement)
public FooterSetting getFooterSetting()
public void setFooterSetting(FooterSetting footerSetting)
footerSetting - the setting.public Setting getSandBoxMode()
public void setSandboxMode(Setting sandBoxMode)
sandBoxMode - the sandbox mode setting.public SpamCheckSetting getSpamCheck()
public void setSpamCheckSetting(SpamCheckSetting spamCheckSetting)
spamCheckSetting - the spam check setting.Copyright © 2022. All rights reserved.