wd_email_notify_list subject messageWhat it does:
Sends the specified subject and message in an email to all people on the notify list.Defined in: /web/philip/tcl/watchdog-defs.tcl
Source code:
set system_owner [ad_system_owner]
foreach person [wd_people_to_notify] {
ns_sendmail $person $system_owner $subject $message
}