http://www.perlmonks.org?node_id=39317

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: How do I send emails with Mail:Mailer and an SMTP server?
by lhoward (Vicar) on Oct 31, 2000 at 23:22 UTC
    from the Mail::Mailer documentation:
    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;