Note: This section was moved from BRM to BAM in version 7.11.0.
Configure parameters used for sending of emails. BAM uses emails to send password reset information to web UI users.
Email configuration parameters. This section is optional
This section is OPTIONAL; MANDATORY parameters only need to be specified if this section exists
The header for this section is [email]
Name | Mandatory | Type | Default | Description |
---|---|---|---|---|
smtp_host | yes | string | N/A | This parameter was introduced in version 7.11.0 The IP address or hostname of the SMTP server |
smtp_port | yes | integer | N/A | This parameter was introduced in version 7.11.0 The port of the SMTP server Min: 1, Max: 65535 |
from_email | yes | string | N/A | This parameter was introduced in version 7.11.0 The email address to use in the From field |
username | yes | string | N/A | This parameter was introduced in version 7.11.0 The username used to log into the email account |
password | yes | string | N/A | This parameter was introduced in version 7.11.0 The password used to log into the email account |
security | yes | string | N/A | This parameter was introduced in version 7.11.0 The transport security to use for the SMTP server - None, SSL or TLS Valid options are: SSL, TLS, NONE |