--- loncom/interface/lonmsg.pm 2018/12/27 18:14:25 1.244 +++ loncom/interface/lonmsg.pm 2020/06/09 21:32:32 1.245 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.244 2018/12/27 18:14:25 raeburn Exp $ +# $Id: lonmsg.pm,v 1.245 2020/06/09 21:32:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -470,8 +470,8 @@ sub sendemail { } else { # Otherwise build and send the email $subject = '[LON-CAPA] '.$subject; - &Apache::loncommon::mime_email($senderaddress, $to, $subject, $body, ,'', - '', $attachmenturl, '', ''); + &Apache::loncommon::mime_email($senderaddress,$replytoaddress,$to, + $subject,$body,'','',$attachmenturl,'',''); $msgsent = 1; } return $msgsent;