summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index eed4dfc..89759a6 100644
--- a/index.php
+++ b/index.php
@@ -403,6 +403,7 @@
$mail->Password = $smtppass;
$mail->setFrom($email, $name);
$mail->addAddress($address);
+ $mail->addReplyTo($email);
$mail->Subject = 'Tutoring Inquiry';
$mail->Body = $body;