JMail::addReplyTo
Add Reply to email address(es) to the email
Signature
public function addReplyTo(mixed
$replyto,
[string
$name = ''] )
Parameters
-
$replyto
- 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.