--- loncom/interface/resetpw.pm 2010/02/19 15:41:40 1.23 +++ loncom/interface/resetpw.pm 2010/11/09 19:36:11 1.23.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.23 2010/02/19 15:41:40 bisitz Exp $ +# $Id: resetpw.pm,v 1.23.2.1 2010/11/09 19:36:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -218,6 +218,7 @@ sub send_mail { my $requestmail = "To: $email\n". "From: $contact_name <$contact_email>\n". "Subject: ".&mt('Your LON-CAPA account')."\n". + "Content-type: text/plain\;charset=UTF-8\n". "\n\n".$mailmsg."\n\n". &mt('[_1] LON-CAPA support team',$domdesc)."\n". "$contact_email\n";