Merge pull request #2986 from laf/issue-2984

Added missing from email settings field
This commit is contained in:
Daniel Preussker
2016-02-12 07:58:19 +00:00
+4
View File
@@ -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',