From 4aaf4d8a7b6231de8eb7134ac0cedd386d5a186e Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 11 Feb 2016 22:11:07 +0000 Subject: [PATCH] Added missing from email settings field --- html/pages/settings/alerting.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/pages/settings/alerting.inc.php b/html/pages/settings/alerting.inc.php index 195c22f9ba..b7cd309277 100644 --- a/html/pages/settings/alerting.inc.php +++ b/html/pages/settings/alerting.inc.php @@ -244,6 +244,10 @@ $mail_conf = array( 'descr' => 'From name', 'type' => 'text', ), + array('name' => 'email_from', + 'descr' => 'From email address', + 'type' => 'text', + ), array('name' => 'email_sendmail_path', 'descr' => 'Sendmail path', 'type' => 'text',