From 4301233c7c66c8dcb998f40edac04379ec3e16e2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Jan 2024 14:01:20 +0100 Subject: [PATCH] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 4c9a2a2..c373e04 100644 --- a/conf/.env +++ b/conf/.env @@ -52,7 +52,7 @@ LEAN_S3_FOLDER_NAME = '' # Foldername within S3 (can b LEAN_S3_END_POINT = null # S3 EndPoint S3 Compatible (https://sfo2.digitaloceanspaces.com) ## Email -LEAN_EMAIL_RETURN = 'leantime@__DOMAIN__' # Return email address, needs to be valid email address format +LEAN_EMAIL_RETURN = '__APP__@__DOMAIN__' # Return email address, needs to be valid email address format LEAN_EMAIL_USE_SMTP = true # Use SMTP? If set to false, the default php mail() function will be used LEAN_EMAIL_SMTP_HOSTS = 'localhost' # SMTP host LEAN_EMAIL_SMTP_AUTH = true # SMTP authentication required