--- loncom/interface/resetpw.pm 2010/03/22 20:11:22 1.24 +++ loncom/interface/resetpw.pm 2010/11/09 16:40:21 1.25 @@ -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.24 2010/03/22 20:11:22 droeschl Exp $ +# $Id: resetpw.pm,v 1.25 2010/11/09 16:40:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -216,6 +216,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";