MailMessage interface

Properties

body

The mail body in HTML format.

cc

CC recipients.

inReplyTo

The in-reply-to header value

messageId

The Message Id value

replyTo

Reply To recipients.

subject

The mail subject.

to

To recipients

Property Details

body

The mail body in HTML format.

body: string

Property Value

string

cc

CC recipients.

cc: EmailRecipients

Property Value

inReplyTo

The in-reply-to header value

inReplyTo: string

Property Value

string

messageId

The Message Id value

messageId: string

Property Value

string

replyTo

Reply To recipients.

replyTo: EmailRecipients

Property Value

subject

The mail subject.

subject: string

Property Value

string

to

To recipients

to: EmailRecipients

Property Value