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