diff options
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()) { |