Searched refs:send_email (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm65 $self->send_email(@_);
69 sub send_email { subroutine
73 die "The send_email method must be overridden in the $class subclass";
82 $self->send_email( message => $message );
116 sub send_email {
128 L<SYNOPSIS> with a real implementation of the C<send_email()> method.
164 =item * send_email(%p)
172 C<send_email()> method to send the contents of the buffer and then
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/Email/
H A DMIMELite.pm15 sub send_email { subroutine
70 send_email method using the L<MIME::Lite> module.
H A DMailSender.pm35 sub send_email { subroutine
96 This is a subclass of L<Log::Dispatch::Email> that implements the send_email
H A DMailSendmail.pm15 sub send_email { subroutine
70 send_email method using the L<Mail::Sendmail> module.
H A DMailSend.pm15 sub send_email { subroutine
77 This is a subclass of L<Log::Dispatch::Email> that implements the send_email
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm590 override the C<send_email> method. See the L<Log::Dispatch::Email>

Completed in 112 milliseconds