Interface: SimpleSendEmailOptions
Simplified send email options
export
interface
SimpleSendEmailOptions
Table of contents
Properties
Properties
body
• Optional
body: string
Body of the email message. Supports HTML
memberof
SimpleSendEmailOptions
senderId
• Optional
senderId: string
ID of inbox to send from. If null an inbox will be created for sending
memberof
SimpleSendEmailOptions
subject
• Optional
subject: string
Subject line of the email
memberof
SimpleSendEmailOptions
to
• to: string
Email address to send to
memberof
SimpleSendEmailOptions