API17

JMailHelper::cleanBody: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 29: Line 29:
===See also===
===See also===
* {{JVer|11.1}} '''JMailHelper::cleanBody source code''' on [[jplatform:mail/helper.php#cl-50|BitBucket]]
* {{JVer|11.1}} '''JMailHelper::cleanBody source code''' on [[jplatform:mail/helper.php#cl-50|BitBucket]]
* {{JVer|11.1}} Class [[JMailHelper/11.1|JMailHelper]]
* {{JVer|11.1}} Class [[API17:JMailHelper|JMailHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Mail/11.1|Mail]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Mail|Mail]]
* [[JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]]
* [[API17:JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]]
{{SeeAlso:JMailHelper::cleanBody}}
{{SeeAlso:JMailHelper::cleanBody}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 02:11, 12 May 2013

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

See also

Template:SeeAlso:JMailHelper::cleanBody [Edit See Also]

User contributed notes

<CodeExamplesForm />