Package version:

Message payload for sending an email

Hierarchy

  • EmailMessage

Properties

attachments?: Object

List of attachments. Please note that we limit the total size of an email request (which includes attachments) to 10MB.

content: EmailContent

Email content to be sent.

headers?: {
    [propertyName: string]: string;
}

Custom email headers to be passed.

Type declaration

  • [propertyName: string]: string
recipients: EmailRecipients

Recipients for the email.

replyTo?: Object

Email addresses where recipients' replies will be sent to.

senderAddress: string

Sender email address from a verified domain.

userEngagementTrackingDisabled?: boolean

Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.

Generated using TypeDoc