Added missing from email settings field

This commit is contained in:
laf
2016-02-11 22:11:07 +00:00
parent 6456bc4fec
commit 4aaf4d8a7b
+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',