API17

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.  


{{subst:Description:JMailHelper::cleanBody}}
 


<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]]
{{subst:SeeAlso:JMailHelper::cleanBody}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JMailHelper::cleanBody
category=JMailHelper::cleanBody
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:25, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples