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 -N -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/users/user-add-3.tcl 12 Jan 2002 10:31:29 -0000 1.2 +++ openacs-4/packages/acs-admin/www/users/user-add-3.tcl 4 Jul 2002 09:27:10 -0000 1.3 @@ -24,7 +24,7 @@ set admin_email [db_string unused "select email from parties where party_id = :admin_user_id"] -if [catch {ns_sendmail "$email" "$admin_email" "You have been added as a user to [ad_system_name] at [ad_parameter SystemUrl]" "$message"} errmsg] { +if [catch {ns_sendmail "$email" "$admin_email" "You have been added as a user to [ad_system_name] at [ad_url]" "$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]