use MIME::Lite; my $msg = MIME::Lite->new( From =>'senders@email.address', To =>'my@email.address', Subject =>'this is the subject line', ); $msg->send ();