API17

JMailHelper::cleanAddress

From Joomla! Documentation

Revision as of 19:40, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JMailHelper::cleanAddress/11.1 to API17:JMailHelper::cleanAddress without leaving a redirect: Robot: Moved page)

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::cleanAddress[edit]

Description[edit]

Verifies that an email address does not have any extra headers injected into it.

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

public static function cleanAddress ($address)
Parameter Type Default Description
$address string email address.
  • Returns string|false email address string or boolean false if injected headers are present.
  • Defined on line 85 of libraries/joomla/mail/helper.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JMailHelper::cleanAddress [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />