Index: openacs-4/packages/acs-admin/www/users/user-batch-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/user-batch-add-2.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-admin/www/users/user-batch-add-2.tcl 10 Sep 2015 08:21:10 -0000 1.7.2.1 +++ openacs-4/packages/acs-admin/www/users/user-batch-add-2.tcl 18 Sep 2015 07:39:04 -0000 1.7.2.2 @@ -83,7 +83,7 @@ if {[catch {acs_mail_lite::send -send_immediately -to_addr $email -from_addr $from -subject $subject -body $sub_message} errmsg]} { ad_return_error "Mail Failed" "

The system was unable to send email. Please notify the user personally. This problem is probably caused by a misconfiguration of your email system. Here is the error:

-[ad_quotehtml $errmsg] +[ns_quotehtml $errmsg]
" return }