JMailHelper::isEmailAddress
Verifies that the string is in a proper email address format.
Signature
public function isEmailAddress(string
$emailĀ )
Parameters
-
$email
- String to be verified.
Returns
- boolean
- True if string has the correct format; false otherwise.