Smtp (Section)#

Path: /facilities/email-providers/email-provider{id}/smtp

Parameters#

NameTypeRequiredDefaultDescription
smtp-hosthostrequiredThe SMTP host
smtp-portport-numberoptional587Sending port
enable-tlsbooleanoptionaltrueShould this email-subsystem use TLS
default-senderstringrequiredAn RFC822 email address that will be used as the from name when sending emails
message-id-domainstringoptionalOverride the domain part of the auto-generated Message-ID email header. When configured, the Message-ID will be in the format <uuid.timestamp@message-id-domain>, preventing server hostnames from being exposed in outgoing emails.
usernamestringoptionalOptional username for smtp connection
passwordstringoptionalOptional password for smtp connection

Subsections#

NameTypeDescription
dkim SectionDKIM configuraiton settings
tls SectionTLS configuration settings

Was this helpful?