API17

JMailHelper::isEmailAddress

From Joomla! Documentation

Revision as of 20:57, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JMailHelper::isEmailAddress[edit]

Description[edit]

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

Template:Description:JMailHelper::isEmailAddress [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JMailHelper::isEmailAddress ($email)
Parameter Type Default Description
$email string String to be verified.

Returns[edit]

boolean True if string has the correct format; false otherwise.

Defined in[edit]

libraries/joomla/mail/helper.php (line 101)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JMailHelper::isEmailAddress

Examples[edit]

<CodeExamplesForm />