Added missing parameter

This commit is contained in:
Kevin Veen-Birkenbach 2023-04-16 15:34:06 +02:00
parent 63445e8030
commit 85d39b7ed1

View File

@ -204,6 +204,7 @@ SMTP_AUTH=plain
SMTP_OPENSSL_VERIFY_MODE=none SMTP_OPENSSL_VERIFY_MODE=none
SMTP_STARTTLS_AUTO=true SMTP_STARTTLS_AUTO=true
SMTP_SENDER={{system_email_username}} SMTP_SENDER={{system_email_username}}
SMTP_SENDER_EMAIL={{system_email_username}}
# Prefix for the applications root URL. # Prefix for the applications root URL.
# Useful for deploying the application to a subdirectory, which is highly recommended # Useful for deploying the application to a subdirectory, which is highly recommended