SMTP Server
To enable a secure Password Reset Flow and a future eMail check on Sign-up, you need your own SMTP Server ready. To configure the SMTP Server, you can use the following ENV Variables at the API-Server Image.
Environment Variable | Description | Default Value |
---|---|---|
| SMTP Hostname of your Mail Relay Server | |
| Port number for the SMTP service |
|
| Username for SMTP authentication | |
| Password for SMTP authentication | |
| Enable SMTP authentication |
|
| Enable SSL encryption |
|
| Enable STARTTLS encryption |
|
| Require STARTTLS encryption |
|
Last updated