Interface SimpleSendEmailOptions

Simplified send email options

Export

Interface

SimpleSendEmailOptions

Hierarchy

  • SimpleSendEmailOptions

Properties

Properties

body?: string

Body of the email message. Supports HTML

Memberof

SimpleSendEmailOptions

senderId?: string

ID of inbox to send from. If null an inbox will be created for sending

Memberof

SimpleSendEmailOptions

subject?: string

Subject line of the email

Memberof

SimpleSendEmailOptions

to: string

Email address to send to

Memberof

SimpleSendEmailOptions