Index: openacs-4/packages/acs-subsite/www/admin/users/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/users/new.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-subsite/www/admin/users/new.tcl 18 Sep 2002 14:54:54 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/admin/users/new.tcl 20 Jan 2003 13:49:57 -0000 1.5 @@ -260,8 +260,8 @@ Password: $password " } { - ns_returnerror "error" "$error" - ns_log Warning "Error sending registration confirmation to $email in acs-subsite/www/admin/users/new.tcl" + ns_returnerror "500" "$errmsg" + ns_log Warning "Error sending registration confirmation to $email in acs-subsite/www/admin/users/new Error: $errmsg" } } Index: openacs-4/packages/acs-subsite/www/register/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/register/Attic/user-new-2.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-subsite/www/register/user-new-2.tcl 7 Nov 2002 18:06:57 -0000 1.9 +++ openacs-4/packages/acs-subsite/www/register/user-new-2.tcl 20 Jan 2003 13:49:57 -0000 1.10 @@ -139,18 +139,18 @@ } elseif { [ad_parameter RegistrationProvidesRandomPasswordP "security" 0] || [ad_parameter EmailRegistrationConfirmationToUserP "security" 0] } { with_catch errmsg { - ns_sendmail $email $notification_address "[_ acs-subsite.lt_Thank_you_for_visitin]" + ns_sendmail $email $notification_address "[_ acs-subsite.lt_Welcome_to_system_nam]" "[_ acs-subsite.lt_Thank_you_for_visitin]" } { - ns_returnerror "error" "$error" - ns_log Warning "Error sending registration confirmation to $email in user-new-2" + ns_returnerror "500" "$errmsg" + ns_log Warning "Error sending registration confirmation to $email in user-new-2. Error: $errmsg" } } if {[ad_parameter NotifyAdminOfNewRegistrationsP "security" 0]} { # we're supposed to notify the administrator when someone new registers ns_sendmail $notification_address $email "[_ acs-subsite.lt_New_registration_at_s]" "[_ acs-subsite.lt_first_names_last_name] $errmsg -#>" +" } }