JMailHelper/1.5
From Joomla! Documentation
JMailHelper
Description
Description:JMailHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | cleanAddress | Verifies that an e-mail address does not have any extra headers injected into it. |
| public | cleanBody | Cleans any injected headers from the E-Mail body. |
| public | cleanLine | Cleans single line inputs. |
| public | cleanSubject | Cleans any injected headers from the subject string. |
| public | cleanText | Cleans multi-line inputs. |
| public | isEmailAddress | Verifies that the string is in a proper e-mail address format. |
- Defined in libraries/joomla/mail/helper.php
Importing
jimport( 'joomla.mail.helper' );
See also
-
JMailHelper on api.joomla.org
-
JMailHelper source code on JoomlaCode
-
Subpackage Mail
- Other versions of JMailHelper
SeeAlso:JMailHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />