Name | Type | Default value | Description |
---|---|---|---|
username | string | Username used to connect to the SMTP server. | |
password | string | Password associated to the username. | |
host | string | localhost | Hostname of the SMTP server. |
port | int | 25 | Port of the targeted SMTP server. |
tls | boolean | Enables the TLS (Transport Layer Security) protocol for this server. |