Skip to main content

Interface: ResolvedDelivery

Defined in: src/lib/email/delivery.ts:42

Properties

bcc

bcc: string[]

Defined in: src/lib/email/delivery.ts:52

Resolved bcc — de-duped and excluding both to and the resolved cc.


cc

cc: string[]

Defined in: src/lib/email/delivery.ts:50

Resolved cc — process defaults + per-send, de-duped and excluding the to recipients.


enabled

enabled: boolean

Defined in: src/lib/email/delivery.ts:44

Company kill switch — when false the seam sends nothing and logs the send as skipped.


from?

optional from?: string

Defined in: src/lib/email/delivery.ts:46

Sender override; undefined ⇒ the seam falls back to the EMAIL_FROM env default.


replyTo?

optional replyTo?: string

Defined in: src/lib/email/delivery.ts:48

Reply-to (process override wins over company); undefined ⇒ none.