RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
An Email::Sender::Success object is just an indicator that an email message was successfully sent. Unless extended, it has no properties of its own....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCRJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
Email::Sender::Transport is a Moo role to aid in writing classes used to send mail. For the most part, its behavior comes entirely from the role Email::Sender::Role::CommonSending, which it includes. The important difference is that Transports are of...
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCA multiple failure report is raised when more than one failure is encountered when sending a single message, or when mixed states were encountered....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCThis transport is used to send email over SMTP, either with or without secure sockets (SSL/TLS). It is one of the most complex transports available, capable of partial success. For a potentially more efficient version of this transport, see Email::Se...
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCThis transport delivers into an mbox. The mbox file may be given by the filename argument to the constructor, and defaults to mbox. The transport *currently* assumes that the mbox is in mboxo format, but this may change or be configurable in the futu...
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCThis transport is meant for testing email deliveries in memory. It will store a record of any delivery made so that they can be inspected afterward....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCMDORMAN/Email-Sender-Transport-QMQP-0.001 - 08 Aug 2012 13:38:37 UTC
DEPRECATED. Please use Email::Sender::Transport::SMTP instead. This transport is used to send email over SMTP, either with or without secure sockets (SSL/TLS). it uses the great Net::SMTPS....
FAYLAND/Email-Sender-Transport-SMTPS-0.04 - 05 Apr 2017 01:22:19 UTCThese objects indicate that some delivery was accepted for some recipients and not others. The success object's "failure" attribute will return a Email::Sender::Failure::Multi describing which parts of the delivery failed....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCWhen this transport is handed mail, it prints it to a filehandle. By default, it will print to STDOUT, but it can be given any IO::Handle object to print to as its "fh" attribute....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCRJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
This transport makes deliveries to an SQLite database, creating it if needed. The SQLite transport is intended for testing programs that fork or that otherwise can't use the Test transport. It is not meant for robust, long-term storage of mail. The d...
RJBS/Email-Sender-Transport-SQLite-0.092003 - 10 Aug 2016 15:17:12 UTCThis transport delivers into a maildir. The maildir's location may be given as the dir argument to the constructor, and defaults to Maildir in the current directory (at the time of transport initialization). If the directory does not exist, it will b...
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTCRJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC
This class implements Email::Sender::Transport. Any mail sent through a DevNull transport will be silently discarded....
RJBS/Email-Sender-1.300035 - 10 Oct 2020 16:36:27 UTC