Search results for "module:Net::SMTP"
Net::SMTP - Simple Mail Transfer Protocol Client
This module implements a client interface to the SMTP and ESMTP protocol, enabling a perl5 application to talk to SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC2821. With IO::Soc...
SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC
Net::SMTP::TLS - An SMTP client supporting TLS and AUTH
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of...
AWESTHOLM/Net-SMTP-TLS-0.12 - 17 Jan 2006 14:38:11 UTC
Net::SMTP::IPMM - IronPort Mail-Merge interface
IronPort Mail Merge (IPMM) is a proprietary extension to SMTP used on IronPort's email server appliances. This module is a subclass of Net::SMTP which impliments the IPMM extensions. All the Net::SMTP methods are inherrited by this module. See the do...
FRIEDO/Net-SMTP-IPMM-0.03 - 22 Sep 2005 00:14:44 UTC
Net::SMTP::Bulk - NonBlocking batch SMTP using Net::SMTP interface
KNOWZERO/Net-SMTP-Bulk-0.24
-
08 Aug 2020 20:57:08 UTC
Net::Async::SMTP - email sending with IO::Async
Provides basic email sending capability for IO::Async, using the Protocol::SMTP implementation. See "DESCRIPTION" in Protocol::SMTP for a list of supported features and usage instructions. This class does nothing - use Net::Async::SMTP::Client for se...
TEAM/Net-Async-SMTP-0.002 - 22 Apr 2014 02:30:15 UTC
Net::SMTP::Verify - verify SMTP recipient addresses
This class implements checks for verifying SMTP addresses. It implements the following checks: check addresses with SMTP MAIL FROM and RCPT TO commands Check if the MX would accept mail for test addresses. check of message size If the mail exchanger ...
BENNING/Net-SMTP-Verify-1.04 - 10 Oct 2018 16:31:07 UTC
Net::SMTP::Server - A native Perl SMTP Server implementation for Perl.
The Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional modu...
MACGYVER/SMTP-Server-1.1 - 29 Dec 1999 17:39:03 UTC
Net::SMTP::Retryable - Net::SMTP wrapper
Net::SMTP offers some automatic redundancy by allowing you to specify multiple hosts. On connection, a connection will be tried to each host until one succeeds. However, if you loose your connection, it is up to you to reconnect and resend your messa...
MPREWITT/Net-SMTP-Retryable-0.0.2 - 04 Jul 2005 20:03:21 UTC
Net::SMTP::Pipelining - Send email using ESMTP PIPELINING extension
This module implements the client side of the SMTP PIPELINING extension, as specified by RFC 2920 (http://tools.ietf.org/html/rfc2920). It extends the popular Net::SMTP module by subclassing it, you can use Net::SMTP::Pipelining objects as if they we...
MARCB/Net-SMTP-Pipelining-0.0.4 - 20 Nov 2013 12:11:21 UTC
Net::SMTP::Bulk::Coro - NonBlocking batch SMTP using Net::SMTP interface via Coro+AnyEvent
KNOWZERO/Net-SMTP-Bulk-0.24
-
08 Aug 2020 20:57:08 UTC
Net::SSLGlue::SMTP - make Net::SMTP able to use SSL
Net::SSLGlue::SMTP extends Net::SMTP so one can either start directly with SSL or switch later to SSL using the STARTTLS command. By default it will take care to verify the certificate according to the rules for SMTP implemented in IO::Socket::SSL....
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC
Net::Inspect::L7::SMTP - guesses and handles SMTP traffic
This class extracts SMTP traffic from TCP connections. It provides all hooks required for "Net::Inspect::L4::TCP" and is usually used together with it. It provides the "guess_protocol" hook so it can be used with "Net::Inspect::L5::GuessProtocol". Ho...
SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC
Net::SMTP::Verify::App - commandline wrapper class for Net::SMTP::Verify
BENNING/Net-SMTP-Verify-1.04
-
10 Oct 2018 16:31:07 UTC
Net::Server::Mail::SMTP - A module to implement the SMTP protocol
This class implement the SMTP (RFC 821) protocol. Notice that it don't implement the extension mechanism introduce in RFC 2821. You have to use Net::Server::Mail::ESMTP if you want this capability. This class inherit from Net::Server::Mail. Please se...
GUIMARD/Net-Server-Mail-0.28 - 01 Jun 2019 07:16:59 UTC
Net::Async::SMTP::Client - sending email with IO::Async
Provides basic email sending capability for IO::Async, using the Protocol::SMTP implementation. See "DESCRIPTION" in Protocol::SMTP for a list of supported features and usage instructions....
TEAM/Net-Async-SMTP-0.002 - 22 Apr 2014 02:30:15 UTC
Net::SMTP::Server::Relay - A simple relay module for Net::SMTP::Server.
The Net::SMTP::Server::Relay module implements simple SMTP relaying for use with the Net::SMTP::Server module. All this module does is to take a given message and iterate through the list of recipients, doing DNS lookups for the associated MX record ...
MACGYVER/SMTP-Server-1.1 - 29 Dec 1999 17:39:03 UTC
Net::SMTP::Bulk::AnyEvent - NonBlocking batch SMTP using Net::SMTP interface cia AnyEvent
KNOWZERO/Net-SMTP-Bulk-0.24
-
08 Aug 2020 20:57:08 UTC
Net::SMTP::Server::Client - Client session handling for Net::SMTP::Server.
The Net::SMTP::Server::Client module implements all the session handling required for a Net::SMTP::Server::Client connection. The above example demonstrates how to use Net::SMTP::Server::Client with Net::SMTP::Server to handle SMTP connections. $clie...
MACGYVER/SMTP-Server-1.1 - 29 Dec 1999 17:39:03 UTC
Net::SMTP::Verify::Result - address verification result for a recipient
A result class for Net::SMTP::Verify recipient checks....
BENNING/Net-SMTP-Verify-1.04 - 10 Oct 2018 16:31:07 UTC