Index: openacs-4/packages/acs-subsite/www/members/user-batch-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/members/user-batch-add-2.tcl,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-subsite/www/members/user-batch-add-2.tcl 10 Sep 2015 08:21:49 -0000 1.6.2.1 +++ openacs-4/packages/acs-subsite/www/members/user-batch-add-2.tcl 18 Sep 2015 07:27:48 -0000 1.6.2.2 @@ -102,7 +102,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 }