JMailHelper::cleanBody: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Cleans any injected headers from the email body. | Cleans any injected headers from the email body. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Mail|Mail]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Mail|Mail]] | ||
* [[API17:JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]] | * [[API17:JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JMailHelper::cleanBody | category=JMailHelper::cleanBody | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:25, 25 March 2017
JMailHelper::cleanBody
Description
Cleans any injected headers from the email body.
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
User contributed notes
Code Examples