Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISendEmailRequest

Hierarchy

  • ISendEmailRequest

Index

Properties

Optional attachments

attachments: string[]

the names of the pdf files you wish to include, these have to be local documents

body

body: string

the body of the email

Optional callbackIdentifier

callbackIdentifier: string

Optional ccRecipients

ccRecipients: string[]

ccRecipients should be list of email addresses

failureCallback

failureCallback: ISendEmailFailureFn

Optional publicationKey

publicationKey: string

recipients

recipients: string[]

recipients should be list of email addresses

subject

subject: string

the subject of the email

successCallback

successCallback: ISendEmailSuccessFn

Generated using TypeDoc