Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 879 Bytes

SendSmtpEmailSender.md

File metadata and controls

11 lines (8 loc) · 879 Bytes

SendSmtpEmailSender

Properties

Name Type Description Notes
Name string Name of the sender from which the emails will be sent. Maximum allowed characters are 70. Applicable only when email is passed. [optional] [default to null]
Email string Email of the sender from which the emails will be sent. Mandatory if sender id is not passed. [optional] [default to null]
Id int64 Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed. [optional] [default to null]

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