Globals / SimpleSendEmailOptions
# Interface: SimpleSendEmailOptions
export
interface
SimpleSendEmailOptions
# Hierarchy
- SimpleSendEmailOptions
# Index
# Properties
# Properties
# body
• Optional
body: string
Defined in src/generated/api.ts:3388 (opens new window)
Body of the email message. Supports HTML
memberof
SimpleSendEmailOptions
# senderId
• Optional
senderId: string
Defined in src/generated/api.ts:3394 (opens new window)
ID of inbox to send from. If null an inbox will be created for sending
memberof
SimpleSendEmailOptions
# subject
• Optional
subject: string
Defined in src/generated/api.ts:3400 (opens new window)
Subject line of the email
memberof
SimpleSendEmailOptions
# to
• Optional
to: string
Defined in src/generated/api.ts:3406 (opens new window)
Email address to send to
memberof
SimpleSendEmailOptions