mail\MessageInterface setReplyTo()

setReplyTo() public abstract method

Sets the reply-to address of this message.

public abstract $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: [email => name].

return $this

Self reference.

doc_Yii
2016-10-30 17:07:15
Comments
Leave a Comment

Please login to continue.