Smtp (Section)#
Path: /facilities/email-providers/email-provider{id}/smtp
Parameters#
| Name | Type | Required | Default | Description |
|---|
| smtp-host | host | required | | The SMTP host |
| smtp-port | port-number | optional | 587 | Sending port |
| enable-tls | boolean | optional | true | Should this email-subsystem use TLS |
| default-sender | string | required | | An RFC822 email address that will be used as the from name when sending emails |
| username | string | optional | | Optional username for smtp connection |
| password | string | optional | | Optional password for smtp connection |
Subsections#
| Name | Type | Description |
|---|
| dkim | Section | DKIM configuraiton settings |
| tls | Section | TLS configuration settings |