At the moment I got this for the reply:
$mail->AddReplyTo('johndoe@outlook.com');
However, I'm looking to put instead the email for the contact form:
$mail->AddReplyTo('$email', '$firstname $name');
Obviously, I don't have the good syntax here... Somebody can hep please?