summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()) {