Search results for "module:mail::sender"
Mail::Sender::Easy - Super Easy to use simplified interface to Mail::Sender's excellentness
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
Mail::Sender - (DEPRECATED) module for sending mails with attachments through an SMTP server
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.
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.
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
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::SPF::SenderIPAddrMech - Abstract base class for SPF record mechanisms that operate on the SMTP sender's IP address
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::Qmail::Filter::ValidateSender
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::SRS - Interface to Sender Rewriting Scheme
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
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme
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
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::Milter::Authentication::Handler::SenderID - Handler class for SenderID
Implements the SenderID standard checks....
MBRADSHAW/Mail-Milter-Authentication-3.20230911 - 11 Sep 2023 06:52:02 UTC
Mail::SRS::Guarded - A guarded Sender Rewriting Scheme (recommended)
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
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.
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
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
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Palm::Mail - Handler for Palm OS Mail databases
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
"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