Index: openacs-4/packages/cronjob/tcl/cronjob-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cronjob/tcl/cronjob-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cronjob/tcl/cronjob-procs.tcl 24 Dec 2001 02:50:17 -0000 1.2 +++ openacs-4/packages/cronjob/tcl/cronjob-procs.tcl 4 Sep 2002 09:15:42 -0000 1.3 @@ -89,7 +89,7 @@ ns_log notice "sending cronjob email to $email" set headers [ns_set create] ns_set put $headers "Content-Type" "text/html" - ns_sendmail $email "negeen@zmbh.com" "Cronjob $cronjob_id" "Description:
$description
$table" $headers + ns_sendmail $email [ad_host_administrator] "Cronjob $cronjob_id" "Description:
$description
$table" $headers } return