Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 27 Jun 2007 18:54:48 -0000 1.28 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 12 Jan 2008 12:50:48 -0000 1.29 @@ -147,8 +147,8 @@ lappend $eh_list_of_lists [list $key $value] } - acs_mail_lite::complex_send \ - -to_party_ids $to_user_id \ + acs_mail_lite::send \ + -to_party_ids $email \ -from_addr $from_email \ -mime_type $mime_type \ -subject $subject \