# 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