CI_Email::reply_to()

reply_to($replyto[, $name = ''])

Parameters:
  • $replyto (string) – E-mail address for replies
  • $name (string) – Display name for the reply-to e-mail address
Returns:

CI_Email instance (method chaining)

Return type:

CI_Email

Sets the reply-to address. If the information is not provided the information in the :meth:from method is used. Example:

$this->email->reply_to('[email protected]', 'Your Name');
doc_CodeIgniter
2016-10-15 16:31:29
Comments
Leave a Comment

Please login to continue.