smtp.host
| Description | SMTP server host name |
| Default value | — |
| Required parameter | Required if email notifications are enabled |
Specifies the host name or IP address of the SMTP server used by the Portal to send emails (e.g., invitations, password resets, notifications).
smtp.port
| Description | SMTP server port |
| Default value | — |
| Required parameter | Required if email notifications are enabled |
Defines the port of the SMTP server.
Common values are 25, 465 (implicit SSL/TLS), or 587 (STARTTLS).
smtp.username
| Description | SMTP authentication username |
| Default value | — |
| Required parameter | Optional (required if authentication is enabled) |
Specifies the username used to authenticate with the SMTP server.
smtp.password
| Description | SMTP authentication password |
| Default value | — |
| Required parameter | Optional (required if authentication is enabled) |
Specifies the password used to authenticate with the SMTP server.
smtp.from
| Description | Sender email address |
| Default value | — |
| Required parameter | Required if email notifications are enabled |
Defines the email address that appears as the sender of all emails sent by the Portal.
smtp.ssl.on.connect
| Description | Enables implicit SSL/TLS (SMTPS) |
| Default value | false |
| Required parameter | Optional |
When set to true, the Portal connects to the SMTP server using implicit SSL/TLS (commonly on port 465).
This establishes a secure connection immediately upon connecting to the server.
smtp.starttls.enabled
| Description | Enables STARTTLS (explicit TLS) |
| Default value | false |
| Required parameter | Optional |
When set to true, the Portal uses the STARTTLS command to upgrade a plain SMTP connection to a secure TLS connection (commonly on port 587).
Only one of smtp.ssl.on.connect or smtp.starttls.enabled should typically be enabled, depending on the SMTP server configuration.