Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / MailEntry

Interface: MailEntry

Defined in: monitor/src/store/types.ts:446

Properties

id

id: number

Defined in: monitor/src/store/types.ts:447


subject

subject: string

Defined in: monitor/src/store/types.ts:448


to

to: string

Defined in: monitor/src/store/types.ts:449


mailer

mailer: string

Defined in: monitor/src/store/types.ts:450


status

status: "sent" | "queued" | "failed"

Defined in: monitor/src/store/types.ts:451


when

when: string

Defined in: monitor/src/store/types.ts:452


ms

ms: number

Defined in: monitor/src/store/types.ts:453


body

body: string

Defined in: monitor/src/store/types.ts:454