Interface: ResolvedFileConfig
Resolved config for the file/outbox fallback (no SMTP credentials).
Extends
Section titled “Extends”Properties
Section titled “Properties”allowedSenders
Section titled “allowedSenders”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).
Inherited from
Section titled “Inherited from”brand:
EmailBrand
Brand styling applied to rendered HTML.
Inherited from
Section titled “Inherited from”domain?
Section titled “domain?”
optionaldomain?:string
Sender domain; present whenever from is absent.
Inherited from
Section titled “Inherited from”
optionalfrom?:string
Explicit sender override; present skips per-user derivation.
Inherited from
Section titled “Inherited from”mode:
"file"
outDir
Section titled “outDir”outDir:
string
Absolute directory messages are written under.
senderPolicy
Section titled “senderPolicy”senderPolicy:
SenderPolicy
The restriction mode the allow-list was resolved under.
Inherited from
Section titled “Inherited from”systemFrom?
Section titled “systemFrom?”
optionalsystemFrom?:string
Explicit do-not-reply sender for system mail. Absent means it is derived - see systemSenderAddress.