From f11b3e21f854a32c2c9e21206f98710256fa5331 Mon Sep 17 00:00:00 2001
From: Timothee Gosselin <timothee@unteem.org>
Date: Fri, 6 Apr 2018 16:52:59 +0200
Subject: [PATCH] fix config

---
 config/mail.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/mail.config.php b/config/mail.config.php
index 1e8a764..3d60f63 100644
--- a/config/mail.config.php
+++ b/config/mail.config.php
@@ -1,7 +1,7 @@
 <?php
 $CONFIG = array (
   'mail_domain' => getenv('MAIL_DOMAIN'),
-  'mail_from_address' => getenv('MAIL_DOMAIN'),
+  'mail_from_address' => getenv('MAIL_FROM'),
   'mail_smtpmode' => 'smtp',
   'mail_smtphost' => getenv('MAIL_HOST'),
   'mail_smtpport' => getenv('MAIL_PORT'),
-- 
GitLab