Index: openacs-4/packages/forums/www/message-email.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-email.tcl,v diff -u -N -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/forums/www/message-email.tcl 12 Sep 2015 11:06:28 -0000 1.17.2.1 +++ openacs-4/packages/forums/www/message-email.tcl 12 Sep 2016 11:05:30 -0000 1.17.2.2 @@ -36,7 +36,7 @@ # Send the email acs_mail_lite::send -to_addr $to_email \ - -from_addr [cc_email_from_party [ad_conn user_id]] \ + -from_addr [party::email -party_id [ad_conn user_id]] \ -subject $subject \ -body $email_body