Interface: ResolvedSmtpConfig
Resolved config for real SMTP delivery.
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”auth:
object
pass:
string
user:
string
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”host:
string
mode:
"smtp"
port:
number
secure
Section titled “secure”secure:
boolean
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.