summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-07-09 12:29:06 -0400
committer53hornet <atc@53hor.net>2021-07-09 12:29:06 -0400
commit3bb51c086f2e8c009ef598b252278b0d96e7aa9a (patch)
tree6698db2a16839503a64cf8e83d8291ecd0f03dd5
parent656c63e7a9628cf8a0d164f3483041fe73d03fc1 (diff)
downloadcarpentertutoring-3bb51c086f2e8c009ef598b252278b0d96e7aa9a.tar.xz
carpentertutoring-3bb51c086f2e8c009ef598b252278b0d96e7aa9a.zip
added From to subject line for safety
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 89759a6..c3aef21 100644
--- a/index.php
+++ b/index.php
@@ -404,7 +404,7 @@
$mail->setFrom($email, $name);
$mail->addAddress($address);
$mail->addReplyTo($email);
- $mail->Subject = 'Tutoring Inquiry';
+ $mail->Subject = 'Tutoring Inquiry from ' . $email;
$mail->Body = $body;
if (!$mail->send()) {