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
Email::Sender::Failure(3) User Contributed Perl Documentation Email::Sender::Failure(3)

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

version 1.300031

This method returns the failure message, which should describe the failure. Failures stringify to this message.

This returns the numeric code of the failure, if any. This is mostly useful for network protocol transports like SMTP. This may be undefined.

This returns a list of addresses to which the email could not be sent.

This method can be used to instantiate and throw an Email::Sender::Failure object at once.

  Email::Sender::Failure->throw(\%arg);

Instead of a hashref of args, you can pass a single string argument which will be used as the "message" of the new failure.

  • Email::Sender::Permanent
  • Email::Sender::Temporary
  • Email::Sender::Multi

Ricardo Signes <rjbs@cpan.org>

This software is copyright (c) 2017 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2017-04-04 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.