Module email

Module email 

Source
Expand description

You’ll find in email sending related endpoints.

Structs§

Attachment
And attachment to an email.
Header
A custom headers to include in a email.
SendEmailBatchWithTemplatesRequest
Send multiple emails at once
SendEmailRequest
Send a Single email
SendEmailResponse
Response for the SendEmailRequest Endpoint.
SendEmailWithTemplateRequest
Send a Single email with a template.
TemplateModel
The template model. It is essentially a serde-serializable hashmap.

Enums§

TrackLink
Activate link tracking for links in the HTML or Text bodies of this email.

Type Aliases§

SendEmailBatchRequest
Send multiple emails at once
SendEmailBatchResponse
Response for SendEmailBatchRequest