API17:JMail::addReplyTo
From Joomla! Documentation
JMail::addReplyTo
Description
Add Reply to email address(es) to the email.
public function addReplyTo ($replyto)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $replyto | array | Either an array or multi-array of form |
- Returns Returns this object for chaining.
- Defined on line 268 of libraries/joomla/mail/mail.php
- Since

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