GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paranoid::Log::Email(3) User Contributed Perl Documentation Paranoid::Log::Email(3)

Paranoid::Log::Email - Log Facility Email

$Id: lib/Paranoid/Log/Email.pm, 2.00 2016/05/13 19:49:51 acorliss Exp $

  use Paranoid::Log;
  
  startLogger('crit-msg', 'Email', PL_CRIT, PL_GE, 
    { mailhost  => $mailhost, recipient => $recipient,
      sender    => $sender,   subject   => $subject });

This module implements an e-mail transport for messages sent to the logger. It supports one or more recipients as well as overriding the sender address and subject line. It also supports connecting to a remote mail server.

mailhost and recipient are the only mandatory options.

The options recognized for use in the options hash are as follows:

    Option      Value       Description
    -----------------------------------------------------
    mailhost    string      Hostname of mail server
    recipient   string      E-mail address of recipient
    sender      string      E-mail address of sender
    subject     string      Subject line to use

NOTE: Given that this module is not intended to be used directly nothing is exported.

o
Net::SMTP
o
Net::Domain
o
Paranoid
o
Paranoid::Debug

o
Paranoid::Log

No format checking is done for any of the mail options. The mandatory options are checked only for existence upon addition of a new logger.

Arthur Corliss (corliss@digitalmages.com)

This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information.

(c) 2005 - 2015, Arthur Corliss (corliss@digitalmages.com)

2016-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.