Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
Description
It would be nice, when creating a new alert checker, that you can override the default email adres to which email alerts are sent out. Makes great for certain devices, being notified towards different teams, or for testing alerts.
If I corectly understand this patch fully implemented.
But note, after my latest changes there is some changes:
$config['alerts']['email']['default_only'] migrated to $config['email']['default_only']
$config['alerts']['email']['default'] migrated to $config['email']['default']
and now if you set
$config['email']['default_only'] = TRUE;
to TRUE, mails send only to default email address (skipped all syscontact and other contacts from db)