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
usernamestringoptionalOptional username for smtp connection
passwordstringoptionalOptional password for smtp connection

Subsections#

NameTypeDescription
dkim SectionDKIM configuraiton settings
tls SectionTLS configuration settings

Was this helpful?