reply_to($replyto[, $name = ''])
Parameters: |
|
---|---|
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');
Please login to continue.