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.
- Send
Email Batch With Templates Request - Send multiple emails at once
- Send
Email Request - Send a Single email
- Send
Email Response - Response for the
SendEmailRequestEndpoint. - Send
Email With Template Request - Send a Single email with a template.
- Template
Model - The template model. It is essentially a serde-serializable hashmap.
Enums§
- Track
Link - Activate link tracking for links in the HTML or Text bodies of this email.
Type Aliases§
- Send
Email Batch Request - Send multiple emails at once
- Send
Email Batch Response - Response for
SendEmailBatchRequest