1Email::Sender::Failure(U3s)er Contributed Perl DocumentatEimoanil::Sender::Failure(3)
2
3
4

NAME

6       Email::Sender::Failure - a report of failure from an email sending
7       transport
8

VERSION

10       version 0.101760
11

ATTRIBUTES

13   message
14       This method returns the failure message, which should describe the
15       failure.  Failures stringify to this message.
16
17   code
18       This returns the numeric code of the failure, if any.  This is mostly
19       useful for network protocol transports like SMTP.  This may be
20       undefined.
21
22   recipients
23       This returns a list (or, in scalar context, an arrayref) of addresses
24       to which the email could not be sent.
25

METHODS

27   throw
28       This method can be used to instantiate and throw an
29       Email::Sender::Failure object at once.
30
31         Email::Sender::Failure->throw(\%arg);
32
33       Instead of a hashref of args, you can pass a single string argument
34       which will be used as the "message" of the new failure.
35

SEE ALSO

37       ·   Email::Sender::Permanent
38
39       ·   Email::Sender::Temporary
40
41       ·   Email::Sender::Multi
42

AUTHOR

44       Ricardo Signes <rjbs@cpan.org>
45
47       This software is copyright (c) 2010 by Ricardo Signes.
48
49       This is free software; you can redistribute it and/or modify it under
50       the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.12.1                      2010-06-25         Email::Sender::Failure(3)
Impressum