Help for this page
use strict; use warnings; use Mail::Mailer; ... my $m = Mail::Mailer->new('smtp'); $m->open({To => 'me@here.com'}); print $m "hi\n";