Send Transactional Email Request
Class representing a request to send a transactional email from a verified domain.
Constructors
Types
Builder for SendTransactionalEmailRequest.
Properties
An array of files to attach to the message.
A list of custom headers to add to the message.
When true, the message body is sent as plain text and the MIME data doesn't include the HTML version of the message. When false, the message body is sent as HTML.
The ID of the message that you are replying to.
Options for tracking opens, links, and thread replies.
Functions
An array of files to attach to the message.
A list of custom headers to add to the message.
An array of name and email pairs that override the sent reply-to headers. Recommended if there is no Agent Account on the domain to receive replies.
The ID of the message that you are replying to.
The message subject.
Options for tracking opens, links, and thread replies.
Whether or not to use draft support. This is primarily used when dealing with large attachments.
When true, the message body is sent as plain text and the MIME data doesn't include the HTML version of the message. When false, the message body is sent as HTML.