diff --git a/conf/.env b/conf/.env index 4a6533a..2be0003 100644 --- a/conf/.env +++ b/conf/.env @@ -20,7 +20,7 @@ SMTP_PORT=25 # Set to "true" if SSL is enabled for your SMTP connection SMTP_SECURE=false # The username (if auth is enabled on your SMTP server) -SMTP_USER=_APP__ +SMTP_USER=__APP__ # The password (if auth is enabled on your SMTP server) SMTP_PWD=__MAIL_PWD__