Skip to main content

SendOptions

@totemsdk/edge-email


@totemsdk/edge-email / SendOptions

Interface: SendOptions

Properties

attachments?

optional attachments?: object[]

content

content: Uint8Array

filename

filename: string

mimeType

mimeType: string


bcc?

optional bcc?: object[]

email

email: string

name

name: string


bodyHtml?

optional bodyHtml?: string


bodyText

bodyText: string


cc?

optional cc?: object[]

email

email: string

name

name: string


from

from: object

email

email: string

name

name: string


references?

optional references?: string[]


subject

subject: string


to

to: object[]

email

email: string

name

name: string