summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-07-09 12:18:26 -0400
committer53hornet <atc@53hor.net>2021-07-09 12:18:26 -0400
commit656c63e7a9628cf8a0d164f3483041fe73d03fc1 (patch)
tree9db89cad21947fad31b3a43cdd0d505da2d59f4c
parente30586838607194502f28c7fc31d54d0d3fe64a0 (diff)
downloadcarpentertutoring-656c63e7a9628cf8a0d164f3483041fe73d03fc1.tar.xz
carpentertutoring-656c63e7a9628cf8a0d164f3483041fe73d03fc1.zip
add reply to
-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;