API17:JMail::addReplyTo
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JMail::addReplyTo ($replyto) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
Returns this object for chaining. | Returns this object for chaining. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/mail/mail.php | + | libraries/joomla/mail/mail.php (line 268) |
| + | * see source code in [[jplatform:mail/mail.php#cl-268|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:56, 23 April 2011
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.
JMail::addReplyTo
Description
Add Reply to email address(es) to the email.
Description:JMail::addReplyTo [Edit Descripton]
Since
Synopsis
public JMail::addReplyTo ($replyto)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $replyto | array | Either an array or multi-array of form |
Returns
Returns this object for chaining.
Defined in
libraries/joomla/mail/mail.php (line 268)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
