Skip to main content
zerotal

Documentation


Documentation / @zerotal/notifications / MessageSent

Class: MessageSent

Defined in: notifications/src/events.ts:13

Emitted after a mail message is sent or queued. queued distinguishes an immediate send from a deferred one.

Constructors

Constructor

new MessageSent(className, to, subject, html, durationMs, queued): MessageSent

Defined in: notifications/src/events.ts:14

Parameters

className

string

to

string[]

subject

string

html

string

durationMs

number

queued

boolean

Returns

MessageSent

Properties

className

readonly className: string

Defined in: notifications/src/events.ts:15


to

readonly to: string[]

Defined in: notifications/src/events.ts:16


subject

readonly subject: string

Defined in: notifications/src/events.ts:17


html

readonly html: string

Defined in: notifications/src/events.ts:18


durationMs

readonly durationMs: number

Defined in: notifications/src/events.ts:19


queued

readonly queued: boolean

Defined in: notifications/src/events.ts:20