The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "smtp"

Net::SMTP - Simple Mail Transfer Protocol Client River stage five • 155 direct dependents • 10294 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

Test::SMTP - Module for writing SMTP Server tests River stage one • 2 direct dependents • 4 total dependents

This module is designed for easily building tests for SMTP servers. Test::SMTP is a subclass of Net::SMTP_auth, that is a subclass of Net::SMTP, that in turn is a subclass of Net::Cmd and IO::Socket::INET. Don't be too confident of it beeing a Net::S...

BENNING/Test-SMTP-0.05 - 21 Jul 2016 06:31:48 UTC - Search in distribution

VBTK::Smtp - Tcp Listener Monitoring River stage zero No dependents

This perl library provides the ability to do simple monitoring of any TCP listener. It simply connects to the specified host and port and measures the elapsed time it takes to make the connection. If the connection attempt fails or takes longer than ...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC - Search in distribution
  • VBTK - Virtual Brent Toolkit - A generic toolkit for system monitoring
  • VBTK::Parser - Class for handling parsing and processing of incoming data
  • VBTK::Actions::Email - A sub-class of VBTK::Actions for sending email notifications

Apache::SMTP - A simple SMTP server using Apache and mod_perl made simple with Apache::TieBucketBrigade River stage zero No dependents

This implements a very simple SMTP server using Apache and mod_perl 2. The current behavior is to immediately send (using Net::SMTP) any mail it receives to the server set using PerlSetVar MailHost on port PerlSetVar MailPort Because of the above beh...

MOCK/Apache-SMTP-0.01 - 23 Feb 2004 09:05:27 UTC - Search in distribution
  • Apache::SMTP::Server - Subclass of Net::Server::Mail::SMTP with some additional methods for getting remote ip and hostname and some config bits from Apache's httpd.conf

Sisimai::SMTP - SMTP Status Codes related utilities River stage zero No dependents

Sisimai::SMTP is a parent class of Sisimai::SMTP::Status and Sisimai::SMTP::Reply....

AKXLIX/Sisimai-v5.0.2 - 13 Mar 2024 04:18:32 UTC - Search in distribution

AnyEvent::SMTP - SMTP client and server River stage zero No dependents

MONS/AnyEvent-SMTP-0.10 - 25 Oct 2013 13:35:34 UTC - Search in distribution

Protocol::SMTP - abstract support for the SMTP mail sending protocol River stage one • 1 direct dependent • 1 total dependent

See Protocol::SMTP::Client. Note that this is an abstract protocol handler, it does not deal with the transport itself - use Net::Async::SMTP if you want to send emails. Features supported at the moment: * STARTTLS upgrading * Multiple recipients per...

TEAM/Protocol-SMTP-0.002 - 20 Apr 2014 20:43:32 UTC - Search in distribution

SysAdmin::SMTP - Perl Net::SMTP class wrapper module. River stage zero No dependents

This is a sub class of SysAdmin. It was created to harness Perl Objects and keep code abstraction to a minimum. SysAdmin::SMTP uses Net::SMTP, MIME::Lite to send emails....

MARR/SysAdmin-0.11 - 11 Dec 2008 21:41:41 UTC - Search in distribution

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

CGI::Bus::smtp - simple SMTP sender River stage zero No dependents

This module is a simple SMTP sender. Uses Net::SMTP. See CGI::Bus::Base for inherited slots and methods....

MAKAROW/CGI-Bus-0.62 - 07 Sep 2007 18:24:11 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

Pcore::API::SMTP - non-blocking SMTP protocol implementation River stage one • 1 direct dependent • 1 total dependent

AnyEvent based SMTP protocol implementation....

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 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

POE::Filter::SMTP - SMTP Protocol Filter River stage one • 2 direct dependents • 2 total dependents

POE::Fitler::SMTP fitlers input and output and splits command and arguments, as well as return codes and return strings. It is a sub class of POE::Filter::Line....

CWEST/POE-Component-SMTP-1.6 - 30 Jun 2004 14:23:50 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

Mojo::SMTP::Client - non-blocking SMTP client based on Mojo::IOLoop River stage zero No dependents

With "Mojo::SMTP::Client" you can easily send emails from your Mojolicious application without blocking of "Mojo::IOLoop"....

OLEG/Mojo-SMTP-Client-0.20 - 17 Apr 2023 06:50:07 UTC - Search in distribution
406 results (0.074 seconds)