vlibMimeMail

vLIB logo

4.11. replyTo()

Function Description
  replyTo (string email [, string name])

This function sets the 'Reply-To' header for the message. The email parameter is the email of the recipient and the name parameter is the name of the recipient, the name parameter is optional.

You can call this function only once.

Example

   $mail->replyTo('[email protected]', 'Mr Sender');