my $part = MIME::Lite->new( Type =>"TEXT", Encoding =>"8bit", Data =>$mail_template->output ); $part->attr("content-type.charset" => 'utf-8'); $msg->attach($part);