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

Search results for "Email::Valid"

Email::Valid - Check validity of Internet email addresses River stage three • 76 direct dependents • 329 total dependents

This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see p...

RJBS/Email-Valid-1.204 - 20 Jan 2024 21:41:21 UTC - Search in distribution

Email::Valid::Loose - Email::Valid which allows dot before at mark River stage two • 9 direct dependents • 67 total dependents

Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp)....

MIYAGAWA/Email-Valid-Loose-0.05 - 26 Jun 2006 04:52:07 UTC - Search in distribution

Class::CGI::Email::Valid - Validate email from forms River stage zero No dependents

Normally we fetch email from forms, run it through "Email::Valid" or something similar, untaint it, if necessary, and save it somewhere. This class handles the email validation via "Email::Valid" and optionally handles untainting. Unlike other "Class...

OVID/Class-CGI-Email-Valid-0.01 - 07 May 2006 22:37:12 UTC - Search in distribution

lib/Email/Address/Loose/EmailValidLoose.pm River stage one • 3 direct dependents • 3 total dependents

TOMITA/Email-Address-Loose-0.10 - 27 Feb 2011 12:03:26 UTC - Search in distribution

Data::Transpose::EmailValid - Perl extension to check if a mail is valid (with some autocorrection) River stage one • 2 direct dependents • 2 total dependents

This module check if the mail is valid, using the Email::Valid module. It also provides some additional methods. AUTO CORRECTION This validator corrects common mistakes automatically: * ".ocm" instead of ".com" as top level domain for "aol.com", "gma...

HORNBURG/Data-Transpose-0.0023 - 31 Oct 2016 11:30:04 UTC - Search in distribution

Data::FormValidator::EmailValid - Data::FormValidator e-mail address constraint/filter River stage zero No dependents

"Data::FormValidator::EmailValid" implements a constraint and filter for use with "Data::FormValidator" that do e-mail address validation/verification using "Email::Valid". Although I generally find that I'm using the filter and constraint together, ...

GTERMARS/Data-FormValidator-EmailValid-0.09 - 21 Jun 2021 19:04:12 UTC - Search in distribution

Data::MuForm::Field::Email - validates email using Email::Valid River stage one • 3 direct dependents • 3 total dependents

Validates that the input looks like an email address using Email::Valid. Widget type is 'text'. If form has 'is_html5' flag active it will render <input type="email" ... /> instead of type="text" This field has an 'email_valid_params' attribute that ...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC - Search in distribution

libeav - Email Address Validation Library River stage zero No dependents

libeav is a small library which allows applications to validate email addresses. An email address consists two parts separated by "@" symbol: local-part "@" domain. The local-part usually identifies a user and the domain is usually represents a Fully...

TVV/EAV-XS-0.7.8 - 08 Jul 2023 09:31:36 UTC - Search in distribution
  • EAV::XS - Email Address Validator

perlfaq9 - Web, Email and Networking River stage zero No dependents

This section deals with questions related to running web sites, sending and receiving email as well as general networking. Should I use a web framework? Yes. If you are building a web site with any level of interactivity (forms / users / databases), ...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
  • perlfaq4 - Data Manipulation
  • perlfaq - Frequently asked questions about Perl

BW::Email - Support for email messages River stage one • 1 direct dependent • 1 total dependent

BILLW/bw-lib-1.4 - 11 Mar 2010 17:11:04 UTC - Search in distribution

Form::Processor::Field::Email - Validates email uisng Email::Valid River stage one • 4 direct dependents • 4 total dependents

Validates that the input looks like an email address uisng Email::Valid. The final email address is the lower case of the output from Email::Valid::address. Note: 0.184 Email::Valid does not check local length limits and does not check for max length...

HANK/Form-Processor-1.162360 - 23 Aug 2016 21:11:03 UTC - Search in distribution

VUser::Email - vuser email support extention River stage one • 1 direct dependent • 1 total dependent

VUser::Email is an extention to vuser that allows on to manage email accounts. VUser::Email is not meant to be used by itself but, instead, registers the basic keywords, actions and options that other VUser::Email::* extensions will use. Other option...

RSMITH/VUser-Email-0.3.2 - 21 Sep 2007 15:26:20 UTC - Search in distribution

Sah::Schema::email - Email address River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Sah-Schemas-Email-0.003 - 08 Mar 2020 13:14:51 UTC - Search in distribution

Mail::VRFY - Utility to verify an email address River stage zero No dependents

"Mail::VRFY" was derived from Pete Fritchman's Mail::Verify. Lots of code has been plucked. This package attempts to be completely compatibile with Mail::Verify. "Mail::VRFY" provides a "CheckAddress" function for verifying email addresses. Lots can ...

JKISTER/Mail-VRFY-1.01 - 22 May 2014 16:57:38 UTC - Search in distribution

Net::validMX - PERL Module to use DNS and/or regular expressions to verify if an email address could be valid. River stage one • 1 direct dependent • 1 total dependent

GBECHIS/Net-validMX-2.5.2 - 25 Sep 2023 08:32:53 UTC - Search in distribution

Mail::EXPN - Perl extension for validation of email addresses River stage zero No dependents

This module checks validity of email addresses. It ensure the existence of a username and domain, unless you specified the MTA, searches the DNS for the MTA (if not specified), and then attempts to use the SMTP keyword EXPN to verify the username. Si...

FLORIAN/Mail-EXPN-0.04 - 01 Feb 2003 10:48:00 UTC - Search in distribution

neverbounce - neverbounce.com email verification API integration module River stage zero No dependents

The "neverbounce" is a class implementing API integration to neverbounce.com for verifying email addresses submitted to it. Neverbounce.com provide 2 methods to submit email ids to them. 1 Submit single email address at a time. (Verify an email) 2 Ba...

WHITEWIND/neverbounce-0.07 - 12 Apr 2017 12:45:01 UTC - Search in distribution

HTML::FormHandler::Field::Email - validates email using Email::Valid River stage two • 21 direct dependents • 31 total dependents

Validates that the input looks like an email address using Email::Valid. Widget type is 'text'. If form has 'is_html5' flag active it will render <input type="email" ... /> instead of type="text" This field has an 'email_valid_params' attribute that ...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC - Search in distribution

Paws::SES - Perl Interface to AWS Amazon Simple Email Service River stage two • 9 direct dependents • 11 total dependents

Amazon Simple Email Service This document contains reference information for the Amazon Simple Email Service (https://aws.amazon.com/ses/) (Amazon SES) API, version 2010-12-01. This document is best used in conjunction with the Amazon SES Developer G...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

ec - Mail reader and composer for Unix and Perl/Tk. River stage zero No dependents

Ec can send and receive mail to and from remote POP3 and SMTP servers, or route mail using sendmail, qmail, or exim. Ec can filter and store incoming messages in user configurable folders. With no additional configuration, ec routes mail to the Incom...

RKIES/ec-1.28 - 03 Mar 2004 01:25:04 UTC - Search in distribution
1,237 results (0.122 seconds)