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

Search results for "module:Email::Send::Sendmail"

Email::Send::Sendmail - Send Messages using sendmail River stage two • 22 direct dependents • 46 total dependents

This mailer for "Email::Send" uses "sendmail" to send a message. It *does not* try hard to find the executable. It just calls "sendmail" and expects it to be in your path. If that's not the case, or you want to explicitly define the location of your ...

RJBS/Email-Send-2.201 - 05 Mar 2015 13:11:45 UTC

Email::Stuff - A more casual approach to creating and sending Email:: emails River stage one • 5 direct dependents • 7 total dependents

The basics should all work, but this module is still subject to name and/or API changes Email::Stuff, as its name suggests, is a fairly casual module used to email "stuff" to people using the most common methods. It is a high-level module designed fo...

RJBS/Email-Stuff-2.105 - 05 Feb 2014 03:22:43 UTC

Email::Sender::Transport::Sendmail - send mail via sendmail(1) River stage three • 70 direct dependents • 105 total dependents

RJBS/Email-Sender-2.601 - 18 Jan 2024 00:16:20 UTC

Email::Sender - a library for sending email River stage three • 70 direct dependents • 105 total dependents

RJBS/Email-Sender-2.601 - 18 Jan 2024 00:16:20 UTC

Email::Stuffer - A more casual approach to creating and sending Email:: emails River stage two • 10 direct dependents • 13 total dependents

The basics should all work, but this module is still subject to name and/or API changes Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of u...

RJBS/Email-Stuffer-0.020 - 11 Jan 2023 01:50:03 UTC

Email::AutoReply - Perl extension for writing email autoresponders River stage zero No dependents

This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given as standard input. The module will reply once to each email address it sees, storing sent-to addresses in a dat...

AMONSEN/Email-AutoReply-1.04 - 09 Jun 2008 22:04:13 UTC

Email::Send - Simply Sending Email River stage two • 22 direct dependents • 46 total dependents

This module provides a very simple, very clean, very specific interface to multiple Email mailers. The goal of this software is to be small and simple, easy to use, and easy to extend. Constructors new my $sender = Email::Send->new({ mailer => 'NNTP'...

RJBS/Email-Send-2.201 - 05 Mar 2015 13:11:45 UTC

Bundle::Email - (DEPRECATED) you want Task::Email::PEP::NoStore River stage zero No dependents

Email:: distributions are intended to be small and tight, with a specific purpose, and easily installed and loaded only as the bits are needed. Which means that there's a whole bunch of them, all seperate. Bundle::Email installs pretty much all of th...

RJBS/Bundle-Email-0.044 - 16 Jan 2009 15:59:34 UTC

App::Basis::Email River stage zero No dependents

Sending email should be simple, sending formatted email should be simple too. I just want to be able to say send this thing via this process. This module provides that, a way to simply send email (plain/html or markdown) via either a SMTP or sendmail...

MOODFARM/App-Basis-Email-0.3 - 29 Apr 2014 10:33:19 UTC

Email::Send::Test - Captures emails sent via Email::Send for testing River stage two • 22 direct dependents • 46 total dependents

Email::Send::Test is a driver for use in testing applications that use Email::Send to send email. To be able to use it in testing, you will need some sort of configuration mechanism to specify the delivery method to be used, or some other way that in...

RJBS/Email-Send-2.201 - 05 Mar 2015 13:11:45 UTC

Nile::Plugin::Email - Email plugin for the Nile framework. River stage zero No dependents

Nile::Plugin::Email - Email plugin for the Nile framework. This plugin build on the top of Email::Sender::Simple module which supports any transporter like Sendmail, SMTP etc. Plugin configuration can be set in the config file under the plugin sectio...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

Test::Nightly::Email - Emails reports, errors etc. River stage zero No dependents

Package that uses the Email::* modules to mail reports and error notifications. Use this module to set up your email configuration. You probably should not be dealing with this directly....

KIRSTINB/Test-Nightly-0.03 - 10 Aug 2005 15:36:49 UTC

VBTK::Actions::Email - A sub-class of VBTK::Actions for sending email notifications River stage zero No dependents

The VBTK::Actions::Email is a simple sub-class off the VBTK::Actions class. It is used to define an email notification action. It accepts many of the same paramters as VBTK::Actions, but will appropriately default most if not specified. It makes use ...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC

Dancer::Plugin::Email - Simple email sending for Dancer applications River stage zero No dependents

This plugin tries to make sending emails from Dancer applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail ins...

IRONCAMEL/Dancer-Plugin-Email-1.0400 - 23 Mar 2015 05:36:20 UTC

Email::MIME::MobileJP - E-mail toolkit for Japanese Mobile Phones River stage zero No dependents

WARNING! THIS MODULE IS IN THE BETA QUALITY. API MAY CHANGE WITHOUT NOTICE! Email::MIME::MobileJP is all in one E-mail toolkit for Japanese mobile phones. これは、Email::MIME シリーズ、および、mobile 関係のモジュールをとりまとめて、カジュアルにつかえるようにするためのモジュールです。 E-mail まわりの処理をやるためのノ...

TOKUHIROM/Email-MIME-MobileJP-0.08 - 23 Jan 2015 05:18:25 UTC

Dancer2::Plugin::Email - Simple email sending for Dancer2 applications River stage zero No dependents

This plugin tries to make sending emails from Dancer2 applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail in...

SYSPETE/Dancer2-Plugin-Email-0.0202 - 25 Mar 2017 14:55:43 UTC

Catalyst::Plugin::Email - (DEPRECATED) Send emails with Catalyst River stage one • 1 direct dependent • 2 total dependents

Send emails with Catalyst and Email::Send and Email::MIME::Creator....

ETHER/Catalyst-Plugin-Email-0.09 - 12 Aug 2015 22:32:29 UTC

Log::Handler::Output::Email - Log messages as email (via Net::SMTP). River stage two • 29 direct dependents • 41 total dependents

With this output module it's possible to log messages via email and it used Net::SMTP to do it. The date for the email is generated with "Email::Date::format_date". Net::SMTP is from Graham Barr and it does it's job very well....

BLOONIX/Log-Handler-0.90 - 12 Jul 2020 13:43:09 UTC

Log::Dispatch::Email::Sendmail - Subclass of Log::Dispatch::Email that sends e-mail using Sendmail River stage zero No dependents

NHORNE/Log-Dispatch-Email-Sendmail-0.04 - 20 Nov 2023 12:42:15 UTC

Email::Sender::Transport::SMTPS - Email::Sender joins Net::SMTPS River stage zero No dependents

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 UTC
25 results (0.036 seconds)