Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Checking Configuration...
Creating Message Text...
This is a test message generated from Cacti. This message was sent to test the configuration of your Mail Settings.
Your email settings are currently set as follows
Method: PHP's Mailer Class
Sending Message...
Mailer Error: No TO address set!!
If using the Test Mail link, please set the Alert e-mail setting.
Cacti version: 0.8.6j
Thold version: 0.3.5.1
Researching it looks like i have the value set or is this something else?
Database: Cacti
Table: Settings
Name: alert_email
Value: my_email@address.com
$settings["alerts"] = array(
//add this
"alert_email" => array(
"friendly_name" => "Dead Host Notifications Email",
"description" => "This is the email address that the dead host notifications will be sent to.",
"method" => "textbox",
"max_length" => 255,
),
//to here
in function thold_config_settings into thold/setup.php
Thank you for all your help... I ended up resolving my problem... The issue was that i was filling out the blanks for the test email functionality but not hitting save... Was only hitting test email. Once i filled it out, saved it THEN hit send test email, all was well.