PlainTextEmailContent interface

Content of the email with a required plainText property.

Properties

html

Html version of the email message.

plainText

Plain text version of the email message.

subject

Subject of the email message

Property Details

html

Html version of the email message.

html?: string

Property Value

string

plainText

Plain text version of the email message.

plainText: string

Property Value

string

subject

Subject of the email message

subject: string

Property Value

string