Help for this page
use MIME::Lite; my $msg = MIME::Lite->new( ... Data => 'some body text' ); $msg->send;