setReplyTo() public method
Sets the reply-to address of this message.
public $this setReplyTo ( $replyTo ) | ||
---|---|---|
$replyTo | string|array |
The reply-to address. You may pass an array of addresses if this message should be replied to multiple people. You may also specify reply-to name in addition to email address using format: |
return | $this |
Self reference. |
Please login to continue.