Log::Agent::Driver::Mail

Log::Agent::Driver::Mail is an email driver for Log::Agent.
Download

Log::Agent::Driver::Mail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Rogaski
  • Publisher web site:
  • http://search.cpan.org/~mrogaski/Log-Agent-0.307/Agent/Driver/Mail.pm

Log::Agent::Driver::Mail Tags


Log::Agent::Driver::Mail Description

Log::Agent::Driver::Mail is an email driver for Log::Agent. Log::Agent::Driver::Mail is an email driver for Log::Agent.SYNOPSIS use Log::Agent; require Log::Agent::Driver::Mail; my $driver = Log::Agent::Driver::Mail->make( -to => 'oncall@example.org', -cc => , -subject => "ALERT! ALERT!", -mailer => ); logconfig(-driver => $driver);This driver maps the logxxx() calls to email messages. Each call generates a separate email message. The Mail::Mailer module is required. Requirements: · Perl


Log::Agent::Driver::Mail Related Software