diff options
author | 53hornet <atc@53hor.net> | 2021-07-09 12:18:26 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-07-09 12:18:26 -0400 |
commit | 656c63e7a9628cf8a0d164f3483041fe73d03fc1 (patch) | |
tree | 9db89cad21947fad31b3a43cdd0d505da2d59f4c /index.php | |
parent | e30586838607194502f28c7fc31d54d0d3fe64a0 (diff) | |
download | carpentertutoring-656c63e7a9628cf8a0d164f3483041fe73d03fc1.tar.xz carpentertutoring-656c63e7a9628cf8a0d164f3483041fe73d03fc1.zip |
add reply to
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -403,6 +403,7 @@ $mail->Password = $smtppass; $mail->setFrom($email, $name); $mail->addAddress($address); + $mail->addReplyTo($email); $mail->Subject = 'Tutoring Inquiry'; $mail->Body = $body; |