JMail::add
Add recipients to the email.
Signature
protected function add(mixed
$recipient,
[string
$name = '',
[string
$method = 'AddAddress']] )
Parameters
-
$recipient
- Either a string or array of strings [email address(es)]
-
$name
- Either a string or array of strings [name(s)]
-
$method
- The parent method's name.
Returns
- JMail
- Returns this object for chaining.