API17:JMail::setBody
From Joomla! Documentation
JMail::setBody
Description
Set the email body.
public function setBody ($content)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $content | string | Body of the email |
- Returns Returns this object for chaining.
- Defined on line 138 of libraries/joomla/mail/mail.php
- Since

See also
JMail::setBody source code on BitBucket
Class JMail
Subpackage Mail- Other versions of JMail::setBody
User contributed notes
Code Examples