Files
docker_dev/lowcoder/docs/setup-and-run/self-hosting/smtp-server.md
2025-11-17 18:45:35 +01:00

1.3 KiB

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 VariableDescriptionDefault Value
LOWCODER_ADMIN_SMTP_HOSTSMTP Hostname of your Mail Relay Server
LOWCODER_ADMIN_SMTP_PORTPort number for the SMTP service587
LOWCODER_ADMIN_SMTP_USERNAMEUsername for SMTP authentication
LOWCODER_ADMIN_SMTP_PASSWORDPassword for SMTP authentication
LOWCODER_ADMIN_SMTP_AUTHEnable SMTP authenticationtrue
LOWCODER_ADMIN_SMTP_SSL_ENABLEDEnable SSL encryptionfalse
LOWCODER_ADMIN_SMTP_STARTTLS_ENABLEDEnable STARTTLS encryptiontrue
LOWCODER_ADMIN_SMTP_STARTTLS_REQUIREDRequire STARTTLS encryptiontrue