API17

API17:JMailHelper::isEmailAddress

From Joomla! Documentation

Joomla 11.1 JMailHelper::isEmailAddress

Description

Verifies that the string is in a proper email address format.


public static function isEmailAddress ($email)
Parameter Type Default Description
$email string String to be verified.
  • Returns boolean True if string has the correct format; false otherwise.
  • Defined on line 101 of libraries/joomla/mail/helper.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples