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

Search results for "module:Mail::Sender"

Mail::Sender::Easy - Super Easy to use simplified interface to Mail::Sender's excellentness River stage zero No dependents

Easy "email() or die $@" interface to Mail::Sender. See "EXTENDED DESCRIPTION" and "DISCUSSION OF THE NAMESPACE" for more info. Also adds more detailed info to the X-Mailer header to track usage. Function: email() email(\%email) or die "Email error: ...

DMUEY/Mail-Sender-Easy-v0.0.5 - 13 Sep 2006 19:13:48 UTC

lib/Mail/DMARC/Report/Sender.pm River stage one • 2 direct dependents • 3 total dependents

MSIMERSON/Mail-DMARC-1.20240314 - 13 Mar 2024 17:31:17 UTC

Mail::Sender - (DEPRECATED) module for sending mails with attachments through an SMTP server River stage one • 4 direct dependents • 4 total dependents

Mail::Sender is deprecated. Email::Sender is the go-to choice when you need to send Email from Perl. Go there, be happy! Mail::Sender provides an object-oriented interface to sending mails. It directly connects to the mail server using IO::Socket....

CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC

Mail::Sender::CType::Ext - (DEPRECATED) Alter how we find the MIME type of a file. River stage one • 4 direct dependents • 4 total dependents

This exists solely to extend the number of known extensions for the MIME type guessing in "GuessCType" in Mail::Sender....

CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC

Mail::Sender::CType::Win32 - (DEPRECATED) Alter how we find the MIME type of a file. River stage one • 4 direct dependents • 4 total dependents

This exists solely to change the way you look up MIME types in Windows environments....

CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC

Mail::Qmail::Filter::RewriteSender River stage one • 1 direct dependent • 1 total dependent

This Mail::Qmail::Filter plugin exchanges the RFC5321.MailFrom aka the envelope sender....

FANY/Mail-Qmail-Filter-1.32 - 14 Apr 2023 18:53:42 UTC

Mail::Qmail::Filter::ValidateSender River stage one • 1 direct dependent • 1 total dependent

This Mail::Qmail::Filter plugin checks if the RFC5321.MailFrom aka the envelope sender of the message contains a valid e-mail address (as far as Email::Valid can tell). Please note that empty sender addresses (as used for bounce messages) count as va...

FANY/Mail-Qmail-Filter-1.32 - 14 Apr 2023 18:53:42 UTC

Mail::SPF::SenderIPAddrMech - Abstract base class for SPF record mechanisms that operate on the SMTP sender's IP address River stage one • 1 direct dependent • 2 total dependents

Mail::SPF::SenderIPAddrMech is an abstract base class for SPF record mechanisms that operate on the SMTP sender's IP address. It cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructors See "Constructors" in M...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SRS - Interface to Sender Rewriting Scheme River stage zero No dependents

The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server m...

SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC

Mail::SPF - An object-oriented implementation of Sender Policy Framework River stage one • 1 direct dependent • 2 total dependents

Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See <http://www.openspf.org> for more information about SPF. This class collection aims to fully conform to the SPF specification (RFC 4408) so as to serve both as a pro...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::Milter::Authentication::Handler::SenderID - Handler class for SenderID River stage one • 3 direct dependents • 3 total dependents

Implements the SenderID standard checks....

MBRADSHAW/Mail-Milter-Authentication-3.20240205 - 05 Feb 2024 02:47:19 UTC

Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme River stage zero No dependents

See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). This module requires one extra parameter to the constructor, a filename for a Berkeley DB_File database....

SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC

Mail::SRS::Shortcut - A shortcutting Sender Rewriting Scheme River stage zero No dependents

WARNING: Using the simple Shortcut strategy is a very bad idea. Use the Guarded strategy instead. The weakness in the Shortcut strategy is documented at http://www.anarres.org/projects/srs/ See Mail::SRS for details of the standard SRS subclass inter...

SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC

Mail::SRS::Guarded - A guarded Sender Rewriting Scheme (recommended) River stage zero No dependents

This is the default subclass of Mail::SRS. An instance of this subclass is actually constructed when "new Mail::SRS" is called. Note that allowing variable separators after the SRS\d token means that we must preserve this separator in the address for...

SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC

Mail::SPF::Query - query Sender Policy Framework for an IP,email,helo River stage one • 1 direct dependent • 1 total dependent

There are two ways to use Mail::SPF::Query. Your choice depends on whether the domains your server is an MX for have secondary MXes which your server doesn't know about. The first and more common style, calling ->result(), is suitable when all mail i...

JMEHNLE/Mail-SPF-Query-1.999.1 - 26 Feb 2006 19:39:26 UTC

Mail::Verp - encodes and decodes Variable Envelope Return Paths (VERP) addresses. River stage zero No dependents

Mail::Verp encodes the address of an email recipient into the envelope sender address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send bac...

GYEPI/Mail-Verp-0.06 - 30 Jun 2007 04:22:41 UTC

VMS::Mail - VMS callable mail interface River stage zero No dependents

This module supplies a complete interface to callable the VMSMail routines for client-side access. This is the first CPAN release. This module is brand new and certainly has bugs. I will be testing it further and will release updates as I repair prob...

CBERRY/VMS-Mail-0_06 - 12 Apr 2009 14:30:40 UTC

Mail::SPF::v2::Record - Sender ID ("spf2.0") record class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::v2::Record represents a Sender ID ("spf2.0") record. Constructors The following constructors are provided: new(%options): returns *Mail::SPF::v2::Record* Creates a new Sender ID ("spf2.0") record object. %options is a li...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Palm::Mail - Handler for Palm OS Mail databases River stage one • 3 direct dependents • 3 total dependents

The Mail PDB handler is a helper class for the Palm::PDB package. It parses Mail databases. AppInfo block The AppInfo block begins with standard category support. See Palm::StdAppInfo for details. Other fields include: $pdb->{appinfo}{sortOrder} $pdb...

CJM/Palm-1.400 - 14 Mar 2015 15:09:04 UTC

Mail::DWIM - Do-What-I-Mean Mailer River stage one • 1 direct dependent • 1 total dependent

"Mail::DWIM" makes it easy to send email. You just name the recipient, the subject line and the mail text and Mail::DWIM does the rest. This module isn't for processing massive amounts of email. It is for sending casual emails without worrying about ...

MSCHILLI/Mail-DWIM-0.08 - 25 Oct 2014 06:28:31 UTC
143 results (0.042 seconds)