swiftmailer\Message setReplyTo()

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

return $this

Self reference.

doc_Yii
2016-10-30 17:13:02
Comments
Leave a Comment

Please login to continue.