Test email fails.. Alert Email setting

Support questions about the Threshold plugin

Moderators: Developers, Moderators

Post Reply
bobbers
Posts: 13
Joined: Thu Aug 16, 2007 8:09 pm

Test email fails.. Alert Email setting

Post by bobbers »

Good afternoon all,

I am having issues getting my test email to function properly.

Code: Select all

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
djoki
Posts: 26
Joined: Wed Aug 15, 2007 4:13 pm

Post by djoki »

You have install "settings plugin" ?
bobbers
Posts: 13
Joined: Thu Aug 16, 2007 8:09 pm

Post by bobbers »

Yup
hgd26
Posts: 25
Joined: Fri Oct 06, 2006 5:36 am

Post by hgd26 »

bobbers wrote:Yup
add

Code: Select all

$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
bobbers
Posts: 13
Joined: Thu Aug 16, 2007 8:09 pm

Post by bobbers »

I looked and that code is already there...
bobbers
Posts: 13
Joined: Thu Aug 16, 2007 8:09 pm

Post by bobbers »

All

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.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests