Skip to content

Interface: ResolvedSender

Config shared by both resolved modes.

allowedSenders: string[]

Effective sender allow-list: the configured patterns when any were given, else the patterns implied by the sender source under an "allowlist" policy. Empty means unenforceable (an "unrestricted" policy, or an outbox with no sender source to narrow to).


brand: EmailBrand

Brand styling applied to rendered HTML.


optional domain?: string

Sender domain; present whenever from is absent.


optional from?: string

Explicit sender override; present skips per-user derivation.


senderPolicy: SenderPolicy

The restriction mode the allow-list was resolved under.


optional systemFrom?: string

Explicit do-not-reply sender for system mail. Absent means it is derived - see systemSenderAddress.