use Encode; my $msg = MIME::Lite->new( ... Data => encode('utf8', $contents), );