Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

SubaccountEmailSettings.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

ElasticEmail.Model.SubaccountEmailSettings

Settings related to sending emails

Properties

Name Type Description Notes
MonthlyRefillCredits int Amount of credits added to Account automatically [optional]
RequiresEmailCredits bool True, if Account needs credits to send emails. Otherwise, false [optional]
EmailSizeLimit int Maximum size of email including attachments in MB's [optional]
DailySendLimit int Amount of emails Account can send daily [optional]
MaxContacts int Maximum number of contacts the Account can have. 0 means that parent account's limit is used. [optional]
EnablePrivateIPPurchase bool Can the SubAccount purchase Private IP for themselves [optional]
PoolName string Name of your custom IP Pool to be used in the sending process [optional]
ValidSenderDomainOnly bool? [optional]

[Back to Model list] [Back to API list] [Back to README]