use strict; use MIME::Lite; my $contents = <new( From => 'test@mydomain.com', To => 'test@yourdomain.com', Subject => 'Test Message', Type => 'text/html', Data => $contents, ); $msg->attr('content-type.charset' => 'UTF8'); $msg->send();