diff options
author | 53hornet <atc@53hor.net> | 2021-07-09 12:29:06 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-07-09 12:29:06 -0400 |
commit | 3bb51c086f2e8c009ef598b252278b0d96e7aa9a (patch) | |
tree | 6698db2a16839503a64cf8e83d8291ecd0f03dd5 /index.php | |
parent | 656c63e7a9628cf8a0d164f3483041fe73d03fc1 (diff) | |
download | carpentertutoring-3bb51c086f2e8c009ef598b252278b0d96e7aa9a.tar.xz carpentertutoring-3bb51c086f2e8c009ef598b252278b0d96e7aa9a.zip |
added From to subject line for safety
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) { |