Interface: EmailOptions


CloudControl Pro 9 Docs / app / EmailOptions

Interface: EmailOptions

app.EmailOptions

Options to send email

See

sendEmail

Table of contents

Properties

Properties

attachment

Optional attachment: string

Path of the attachment.


bcc

Optional bcc: string | string[]

Email address of the blind carbon copy recipient. If there are multiple blind carbon copy recipients, then use an array to represent them.


cc

Optional cc: string | string[]

Email address of the carbon copy recipient. If there are multiple carbon copy recipients, then use an array to represent them.


chooserTitle

Optional chooserTitle: string

If there are multiple email applications, this title will be displayed in the user selection interface.


email

email: string | string[]

Email address of the recipient. If there are multiple recipients, then use an array to represent them.


subject

Optional subject: string

Email subject(title).


text

Optional text: string

Email body.