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


in reply to Re^2: Send e-mail using perl
in thread Send e-mail using perl

What OS do you use? Try google'ing "<operating system name> MTA send mail". Maybe it will be easier to use Net::SMTP and send mail using existing mail servers (e.g. smtp.google.com).
EDIT: some terms
Sorry if my advice was wrong.

Replies are listed 'Best First'.
Re^4: Send e-mail using perl
by marto (Cardinal) on Aug 07, 2012 at 09:58 UTC

    Mail::Sendmail also allows you to specify another smtp server, though for gmail they'd need something which supports TLS, Super search has examples.