mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-20 00:22:03 +02:00
Added missing from email settings field
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user