From 3bb51c086f2e8c009ef598b252278b0d96e7aa9a Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 9 Jul 2021 12:29:06 -0400 Subject: added From to subject line for safety --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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()) { -- cgit v1.2.3