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 -r1.17 -r1.18 --- openacs-4/packages/forums/www/message-email.tcl 27 Oct 2014 16:41:38 -0000 1.17 +++ openacs-4/packages/forums/www/message-email.tcl 7 Aug 2017 23:48:11 -0000 1.18 @@ -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 @@ -64,3 +64,9 @@ template::head::add_css -alternate -href /resources/forums/expand.css -media all -lang $lang -title "expand" ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: