JMailHelper::cleanAddress
From Joomla! Documentation
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.
JMailHelper::cleanAddress[edit]
Description[edit]
Verifies that an email address does not have any extra headers injected into it.
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
See also[edit]
JMailHelper::cleanAddress source code on BitBucket
Class JMailHelper
Subpackage Mail
- Other versions of JMailHelper::cleanAddress
User contributed notes[edit]
Code Examples[edit]