The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Net::SMTP/"

Net::SMTP - Simple Mail Transfer Protocol Client River stage five • 156 direct dependents • 10485 total dependents

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 - Search in distribution
  • Net::Cmd - Network Command class (as used by FTP, SMTP etc)
  • libnetFAQ - libnet Frequently Asked Questions

NetServer::SMTP - basic SMTP server class for Perl River stage zero No dependents

A class that provides a basic SMTP server object and some methods. (Note that it doesn't provide a run method with a main execution loop -- hence the above example.) ("Net::SMTP" provides a corresponding client class.) It accepts requests in accordan...

CHSTROSS/NetServer-SMTP-0.01 - 02 Sep 1998 14:38:07 UTC - Search in distribution

Net::SMTP::TLS - An SMTP client supporting TLS and AUTH River stage one • 6 direct dependents • 9 total dependents

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 - Search in distribution

Net::SMTP::Bulk - NonBlocking batch SMTP using Net::SMTP interface River stage zero No dependents

KNOWZERO/Net-SMTP-Bulk-0.24 - 08 Aug 2020 20:57:08 UTC - Search in distribution

Net::SMTP::IPMM - IronPort Mail-Merge interface River stage zero No dependents

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 - Search in distribution

Net::Async::SMTP - email sending with IO::Async River stage zero No dependents

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.004 - 17 Mar 2024 05:19:51 UTC - Search in distribution

Net::Prober::smtp River stage zero No dependents

COSIMO/Net-Prober-0.17 - 15 Jul 2017 11:17:18 UTC - Search in distribution

Net::SMTP::Verify - verify SMTP recipient addresses River stage zero No dependents

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 - Search in distribution

Net::SMTP::Server - A native Perl SMTP Server implementation for Perl. River stage zero No dependents

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 - Search in distribution

Net::SMTP::Receive - receive mail via SMTP River stage one • 1 direct dependent • 5 total dependents

Net::SMTP::Receive handles receiving email via SMTP. It is built as a base class that must be subclassed to provide methods for actually delivering a message. Many aspects of Net::SMTP::Receive's behavior can be modified by overriding methods in the ...

MUIR/Net-SMTP-Receive-0.301 - 06 Jan 2012 01:28:05 UTC - Search in distribution

Net::SSLGlue::SMTP - make Net::SMTP able to use SSL River stage zero No dependents

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 - Search in distribution
  • Net::SSLGlue - add/extend SSL support for common perl modules

Net::SMTP::OneLiner - extension that pollutes the local namespace with a send_mail() sub that sends mail River stage zero No dependents

JETTERO/Net-SMTP-OneLiner-2.0005 - 08 Jul 2009 17:32:46 UTC - Search in distribution

Net::SMTP::Retryable - Net::SMTP wrapper River stage zero No dependents

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 - Search in distribution

Net::SMTP::Pipelining - Send email using ESMTP PIPELINING extension River stage zero No dependents

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 - Search in distribution

Net::Inspect::L7::SMTP - guesses and handles SMTP traffic River stage zero No dependents

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 - Search in distribution

Net::Server::Mail::SMTP - A module to implement the SMTP protocol River stage two • 9 direct dependents • 12 total dependents

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 - Search in distribution

Net::DRI::Transport::SMTP - SMTP transport for Net::DRI River stage zero No dependents

The following options are available at creation:...

PMEVZEK/Net-DRI-0.96 - 25 Mar 2010 01:25:14 UTC - Search in distribution
  • Net::DRI - Interface to Domain Name Registries/Registrars/Resellers

Net::SMTP::Server::Client2 - A better client for Net::SMTP::Server. River stage zero No dependents

The Net::SMTP::Server::Client2 module is a patched Net::SMTP::Server::Client module. $client->get_message returns before delivering a response code to the client. $client->okay(...) and $client->too_large() and $client->fail(...) return the appropria...

DAVIDNICO/Net-SMTP-Server-Client2-0.2 - 13 Nov 2002 22:11:48 UTC - Search in distribution

Net::SMTP::Server::AnyEvent - Expiremental SMTP server using AnyEvent! River stage zero No dependents

KNOWZERO/Net-SMTP-Server-AnyEvent-0.02 - 18 Oct 2013 08:21:21 UTC - Search in distribution

App::CLI::Plugin::Net::SMTP - for App::CLI::Extension mail module River stage zero No dependents

App::CLI::Extension Net::SMTP plugin module smtp method setting __PACKAGE__->config( net_smtp => {%net_smtp_option} );...

HOLLY/App-CLI-Plugin-Net-SMTP-1.3 - 19 Sep 2011 01:54:44 UTC - Search in distribution
189 results (0.103 seconds)