API17

JMailHelper::cleanBody: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JMailHelper::cleanBody/11.1 to API17:JMailHelper::cleanBody without leaving a redirect: Robot: Moved page
m User contributed notes: moving preparation
Line 47: Line 47:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JMailHelper]][[Category:JMailHelper::cleanBody]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:51, 11 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 />