API17:JMailHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JMailHelper
Defined in
libraries/joomla/mail/helper.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| cleanAddress | Verifies that an email address does not have any extra headers injected into it. |
| cleanBody | Cleans any injected headers from the email body. |
| cleanLine | Cleans single line inputs. |
| cleanSubject | Cleans any injected headers from the subject string. |
| cleanText | Cleans multi-line inputs. |
| isEmailAddress | Verifies that the string is in a proper email address format. |
Importing
jimport( 'joomla.mail.helper' );
See also
SeeAlso:JMailHelper [Edit See Also]
Examples
<CodeExamplesForm />
