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


in reply to Re: log parser
in thread log parser

After downloading Email::MIME and all dependencies (email::address, email::sample and many more..) i get an error: unable to establish SMTP connection

The example code you found assumes that the local host running your script has an MTA (mail transport agent) such as sendmail installed locally.

The documentation for Email::Sender shows how to use Email::Sender::Transport for communicating with a remote SMTP server.

-- FloydATC

Time flies when you don't know what you're doing