reply-to

phpmailer can't add a reply to address

Hi, I am trying to add a reply to address to my php mailer and it just puts from "me" and replies to my address. Any ideas what I am doing wrong? I have added the $mail->AddReplyTo. I want it to reply to the sender of the web form. $name = $_POST['name']; $telephone = $_POST['telephone']; $email = $_POST['email']; $message = $_POST['...