Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Use the smtp protocol via Net::SMTP to deliver the mail. The server to use can be specified in @args with $mailer = new Mail::Mailer 'smtp', Server => $server; [download]
$mailer = new Mail::Mailer 'smtp', Server => $server; [download]