Interface EmailOptions

Hierarchy

  • EmailOptions

Index

Properties

Optional attachments

attachments: Attachment[]

List of attachments. Total size of attachments should not exceed 8 MB.

Optional bcc

bcc: string[]

BCC recipient email addresses. Max 50.

Optional cc

cc: string[]

CC recipient email addresses. Max 50.

Optional replyTo

replyTo: string

Reply To override email address. If none is provided, replies will go to an unmonitored inbox.

subject

subject: string

Email subject.

to

to: string[]

Recipient email addresses. Max 50.

Optional trackLinks

trackLinks: boolean

Activate link tracking for links in the Email body. Defaults to false.

Optional trackOpens

trackOpens: boolean

Activate open tracking for this email. Defaults to false.

Generated using TypeDoc