Skip to content

Commit 5e1ccbd

Browse files
committed
Minor update to #119
Set the default email to something that does not fail.
1 parent c600a92 commit 5e1ccbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syslog_process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274

275275
$from_email = read_config_option('settings_from_email');
276276
if ($from_email == '') {
277-
$from_email = 'root@localhost';
277+
$from_email = 'Cacti@cacti.net';
278278
}
279279

280280
$from_name = read_config_option('settings_from_name');

0 commit comments

Comments
 (0)