Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EmailMessage

Package version

Message payload for sending an email

Hierarchy

  • EmailMessage

Index

Properties

Optional attachments

attachments: EmailAttachment[]

list of attachments

content

content: EmailContent

Email content to be sent.

Optional customHeaders

customHeaders: EmailCustomHeader[]

Custom email headers to be passed.

Optional disableUserEngagementTracking

disableUserEngagementTracking: undefined | false | true

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.

Optional importance

importance: EmailImportance

The importance type for the email.

recipients

recipients: EmailRecipients

Recipients for the email.

Optional replyTo

replyTo: EmailAddress[]

Email addresses where recipients' replies will be sent to.

sender

sender: string

Sender email address from a verified domain.

Generated using TypeDoc