Index: openacs-4/packages/acs-subsite/www/shared/send-email.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/send-email.tcl,v diff -u -N -r1.8.8.1 -r1.8.8.2 --- openacs-4/packages/acs-subsite/www/shared/send-email.tcl 10 Sep 2015 08:21:53 -0000 1.8.8.1 +++ openacs-4/packages/acs-subsite/www/shared/send-email.tcl 18 Sep 2015 07:27:49 -0000 1.8.8.2 @@ -42,7 +42,7 @@ if {[catch {acs_mail_lite::send -send_immediately -to_addr $to -from_addr $from -subject $subject -body $body} 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]
" } } -after_submit {