Creative Commons License

Extra Applications

php4/checkMail
 
4393no demo link[ code ]2006-02-27 16:16:57
Check if an email address is valid.

Example:

if( checkMail( "mymail@mail.it" ) ) {
//... send an email
}

This is an update for old version and doesn't allow ._ domains.

Fixed .co.uk and other correct emails.