API17:JMailHelper::cleanAddress
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JMailHelper::cleanAddress
Description
Verifies that an email address does not have any extra headers injected into it.
Description:JMailHelper::cleanAddress [Edit Descripton]
Since
Synopsis
public static JMailHelper::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 in
libraries/joomla/mail/helper.php (line 85)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JMailHelper::cleanAddress
Examples
<CodeExamplesForm />
