Skip to main content

Interface: Email

dg.Email

Represents message that can be sent over the network using the configured SMTP service

Properties

bcc

Optional bcc: string[]

Use to send copies of an email to additional recipients

Defined in

src/dapi.ts:434


html

Optional html: string

Use to specify HTML body

Defined in

src/dapi.ts:430


subject

subject: string

Message subject

Defined in

src/dapi.ts:418


text

Optional text: string

Use to specify plaintext body

Defined in

src/dapi.ts:426


to

to: string[]

List of recipients

Defined in

src/dapi.ts:422