|
|
|  |  | PHP User Email Validation is a basic script to allow the administrator to validate user emails. It uses PHP and MySQL to accomplish email validation. It is easy to implement and configure. Code: PHP 4.0 |
Verify Email Address verifies that a string looks like a real email address. It can look for harmful characters that may cause problems. It may return false for some valid exotic email addresses. Works with PHP. Code: PHP 3.0 |
activeMailLib is a class that can validate e-mail addresses and send MIME email messages using the PHP mail() function. It can generate text or HTML E-mail messages with user defined headers, body parts and character encoding. Code: PHP 4.0 |
|  | |
This package can be used to validate the e-mail addresses of users of feedback forms before accepting and sending the feedback messages. It sends an e-mail message to the user submitting a feedback form with a special code in a link. Code: PHP 4.0 |
This is a very simple class that can be used to validate e-mail addresses. The class verifies whether a given e-mail address matches a regular expression that e-mail addresses should conform. Code: PHP 4.0 |
This class is meant check the existence of an email address many different ways.
Via regular expression validation.
Using domain rules by checking a whitelist of well known email address provides (ie yahoo.com). Code: PHP 4.0 |
This is a very simple php class that can be used to send simple messages. It takes an array with the sender and recipient addresses, subject and message body, and sends the message. Code: PHP 4.0 |
|  | |
Class that may be used to determine if a given e-mail address is valid.
Features:
- Simple validation just by looking at the e-mail address string.
- Validation of a e-mail address host as a valid mail exchange domain. Code: PHP 4.0 |
This class is meant for checking whether an e-mail account is valid, by checking both address syntax and the existence of DNS MX records availability for address domain. The DNS MX records are checked on Linux with the PHP GetMXRR() function. Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|