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',