SMTP Server
Properties
| Property | Type | Required | Description |
|---|---|---|---|
from_address | string | yes | |
host | string | yes | |
port | integer | yes | |
from_name | string | no | |
password | string | no | |
skip_verify | boolean | no | |
starttls_policy | string | no | Allowed values: OpportunisticStartTLS, MandatoryStartTLS, NoStartTLS. |
username | string | no |
Last updated on