JMailHelper::cleanBody: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JMailHelper::cleanBody/11.1 to API17:JMailHelper::cleanBody without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 00:40, 11 May 2013
JMailHelper::cleanBody
Description
Cleans any injected headers from the email body.
Template:Description:JMailHelper::cleanBody [Edit Descripton]
public static function cleanBody ($body)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $body | string | email body string. |
- Returns string Cleaned email body string.
- Defined on line 58 of libraries/joomla/mail/helper.php
- Since

See also
JMailHelper::cleanBody source code on BitBucket
Class JMailHelper
Subpackage Mail- Other versions of JMailHelper::cleanBody
Template:SeeAlso:JMailHelper::cleanBody [Edit See Also]
User contributed notes
<CodeExamplesForm />