From e03971c79cf590112ab2a2bd97898bc4e858cbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:46:32 +0100 Subject: [PATCH] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__