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
readonlyclassName:string
Defined in: notifications/src/events.ts:15
to
readonlyto:string[]
Defined in: notifications/src/events.ts:16
subject
readonlysubject:string
Defined in: notifications/src/events.ts:17
html
readonlyhtml:string
Defined in: notifications/src/events.ts:18
durationMs
readonlydurationMs:number
Defined in: notifications/src/events.ts:19
queued
readonlyqueued:boolean
Defined in: notifications/src/events.ts:20