From 656c63e7a9628cf8a0d164f3483041fe73d03fc1 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 9 Jul 2021 12:18:26 -0400 Subject: add reply to --- index.php | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3