Index: openacs-4/packages/cards/www/student_card.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cards/www/student_card.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/cards/www/student_card.tcl 22 Jun 2006 13:00:54 -0000 1.1 +++ openacs-4/packages/cards/www/student_card.tcl 2 Dec 2013 09:33:38 -0000 1.2 @@ -59,7 +59,7 @@ db_1row get_teacher_mail { *SQL* } db_1row get_student_mail { *SQL* } - ns_sendmail $student_email $teacher_email $mail_subject $mail_body + acs_mail_lite::send -to_addr $student_email -from_addr $teacher_email -subject $mail_subject -body $mail_body set mode "" set datetime [clock_to_ansi [clock seconds]] append comment "-> " $datetime ": " $mail_subject "
" $mail_body