SMTP Configuration
Environment variables related to SMTP email sending.
| Name | Description | Required | Type |
|---|---|---|---|
SMTP_HOST | Hostname or IP address of the SMTP server. | true | string |
SMTP_PORT | Port number to connect to the SMTP server. | true | number |
SMTP_SECURE | Whether the SMTP connection uses TLS/SSL. | true | boolean |
SMTP_USER | Username for authenticating with the SMTP server. | true | string |
SMTP_PASSWORD | Password for authenticating with the SMTP server. | true | string |
SMTP_FROM | The email address used in the 'From' field of outgoing emails. | true | string |
SMTP_BUG_REPORT_SUBSCRIBERS | Comma-separated list of email addresses to receive bug reports. Example: 'a1@example.com,a2@example.com' | false | string |