JMail::setSender
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JMail::setSender[edit]
Description[edit]
Set the email sender.
public function setSender ($from)
Parameter | Type | Default | Description |
---|---|---|---|
$from | array | email address and Name of sender |
- Returns Returns this object for chaining.
- Defined on line 94 of libraries/joomla/mail/mail.php
- Since
See also[edit]
JMail::setSender source code on BitBucket
Class JMail
Subpackage Mail
- Other versions of JMail::setSender
User contributed notes[edit]
Code Examples[edit]