mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Merge pull request #2986 from laf/issue-2984
Added missing from email settings field
This commit is contained in:
@@ -244,6 +244,10 @@ $mail_conf = array(
|
|||||||
'descr' => 'From name',
|
'descr' => 'From name',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
),
|
),
|
||||||
|
array('name' => 'email_from',
|
||||||
|
'descr' => 'From email address',
|
||||||
|
'type' => 'text',
|
||||||
|
),
|
||||||
array('name' => 'email_sendmail_path',
|
array('name' => 'email_sendmail_path',
|
||||||
'descr' => 'Sendmail path',
|
'descr' => 'Sendmail path',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user