Index: openacs-4/packages/acs-admin/www/users/user-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/user-add-3.tcl,v diff -u -r1.6 -r1.6.6.1 --- openacs-4/packages/acs-admin/www/users/user-add-3.tcl 12 Jul 2009 01:08:22 -0000 1.6 +++ openacs-4/packages/acs-admin/www/users/user-add-3.tcl 27 Aug 2013 11:44:44 -0000 1.6.6.1 @@ -24,7 +24,7 @@ set admin_email [db_string get_admin_email {}] set subject "You have been added as a user to [ad_system_name] at [ad_url]" -if [catch {acs_mail_lite::send -send_immediately -to_addr $email -from_addr $admin_email -subject $subject -body $message} errmsg] { +if {[catch {acs_mail_lite::send -send_immediately -to_addr $email -from_addr $admin_email -subject $subject -body $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]