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

Search results for "module:Net::SMTP::SSL"

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

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

Test::Reporter::Transport::Net::SMTP::SSL - SMTP over SSL transport for Test::Reporter River stage zero No dependents

This module transmits a Test::Reporter report using Net::SMTP::SSL....

TRCJR/Test-Reporter-Transport-Net-SMTP-SSL-0.1.2 - 20 Feb 2010 17:38:37 UTC

Net::SMTP::SSL - SSL support for Net::SMTP River stage one • 6 direct dependents • 7 total dependents

Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of "Net::SMTP"'s "new" method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smar...

RJBS/Net-SMTP-SSL-1.04 - 10 Oct 2016 03:08:27 UTC

Net::SMTPS - SSL/STARTTLS support for Net::SMTP River stage one • 2 direct dependents • 2 total dependents

This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits most of all the methods from Net::SMTP(2.X). You may use all the friendly options that came bundled with Net::SMTP. You can control the SSL usage...

TOMO/Net-SMTPS-0.10 - 11 Apr 2020 00:37:18 UTC

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

Net::Cmd - Network Command class (as used by FTP, SMTP etc) River stage five • 155 direct dependents • 10294 total dependents

"Net::Cmd" is a collection of methods that can be inherited by a sub-class of "IO::Socket::INET". These methods implement the functionality required for a command based protocol, for example FTP and SMTP. If your sub-class does not also derive from "...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC

Net::SMPP::SSL - SSL support for Net::SMPP River stage zero No dependents

Net::SMPP::SSL implements the same API as Net::SMPP, but uses IO::Socket::SSL for its network operations. For interface documentation, please see Net::SMPP. The implementation is based the approach used for Net::SMTP::SSL, thanks to the authors....

SSTUEHRM/Net-SMPP-SSL-0.02 - 17 Jan 2022 14:41:42 UTC

Net::SSLGlue - add/extend SSL support for common perl modules River stage zero No dependents

Some commonly used perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate. The "Net::SSLGlue::*" modules try to add SSL support or p...

SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC

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

Net::Curl - Perl interface for libcurl River stage two • 13 direct dependents • 20 total dependents

This package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Milter - Masquerade as the MTA to communicate with email filters through a milter interface. River stage one • 3 direct dependents • 3 total dependents

Perl module to provide a pure Perl implementation of the MTA part the milter interface. The goal of this module is to allow other email systems to easily integrate with the various email filters that accept content via milter. This implementation of ...

MGLEE/Net-Milter-0.09 - 02 Apr 2007 08:34:43 UTC

Net::HAProxy - control HAProxy through a socket River stage zero No dependents

RGE/Net-HAProxy-0.001 - 08 Nov 2011 12:08:03 UTC

Net::SMTP::Bulk::Coro - NonBlocking batch SMTP using Net::SMTP interface via Coro+AnyEvent River stage zero No dependents

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

Net::ManageSieve - ManageSieve Protocol Client River stage one • 1 direct dependent • 1 total dependent

This module implements a client interface to the ManageSieve protocol (<http://tools.ietf.org/html/draft-martin-managesieve-09>). This documentation assumes that you are familiar with the concepts of the protocol. A new Net::ManageSieve object must b...

SKA/Net-ManageSieve-0.13 - 04 Jan 2016 11:00:49 UTC

Net::Mailboxlayer - Implements mailboxlayer.com's REST API, which a simple REST API measuring email deliverability and quality. River stage zero No dependents

This module is a simple wrapper for mailboxlayer.com's REST API. USAGE new Creates a new Net::Mailboxlayer object. Minimum required options are "access_key" and "email_address", which must be set before "check" is called. my $mailboxlayer = Net::Mail...

THINC/Net-Mailboxlayer-0.003 - 13 Oct 2017 09:58:58 UTC

Net::SMS::Clickatell - Access to Clickatell SMS messaging service River stage zero No dependents

Clickatell (http://www.clickatell.com) is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others. Net::SMS::Clickatell pr...

RALAMOSM/Net-SMS-Clickatell-0.05 - 30 Nov 2004 16:24:35 UTC

Net::Async::SMTP::Client - sending email 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....

TEAM/Net-Async-SMTP-0.004 - 17 Mar 2024 05:19:51 UTC

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

Mail::Milter::Authentication::Net::Milter - Local modified copy of Net::Milter River stage one • 3 direct dependents • 3 total dependents

Perl module to provide a pure Perl implementation of the MTA part the milter interface. The goal of this module is to allow other email systems to easily integrate with the various email filters that accept content via milter. This implementation of ...

MBRADSHAW/Mail-Milter-Authentication-3.20240205 - 05 Feb 2024 02:47:19 UTC
20 results (0.049 seconds)