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 |
---|---|---|
LOWCODER_ADMIN_SMTP_HOST | SMTP Hostname of your Mail Relay Server | |
LOWCODER_ADMIN_SMTP_PORT | Port number for the SMTP service | 587 |
LOWCODER_ADMIN_SMTP_USERNAME | Username for SMTP authentication | |
LOWCODER_ADMIN_SMTP_PASSWORD | Password for SMTP authentication | |
LOWCODER_ADMIN_SMTP_AUTH | Enable SMTP authentication | true |
LOWCODER_ADMIN_SMTP_SSL_ENABLED | Enable SSL encryption | false |
LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED | Enable STARTTLS encryption | true |
LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED | Require STARTTLS encryption | true |