Help for this page
$msg = MIME::Lite->new( From =>'me@myhost.com', ... ### Now this will do the right thing: $msg->send; ### will now use Net::SMTP as shown above