From 677f2f1917b4e3c01b5c3a809ef322172b0b51ab Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 3 Jul 2021 06:31:53 -0400 Subject: added alternative email to form box --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a726a08..27d9487 100644 --- a/index.php +++ b/index.php @@ -408,13 +408,13 @@ $mail->Body = $body; if (!$mail->send()) { - echo 'There was a problem sending your message. Please try again later or call (757) 335-7555.'; + echo 'There was a problem sending your message. Please try again later or send mail to Amy@CarpenterTutoring.com.'; echo ''; } else { echo "Your message was successfully sent."; } } else { - echo "Send us a message and we'll reply by mail as soon as possible. Please note that your email address will not be stored on our server. It will only be used to contact you with a reply."; + echo 'Send us a message and we`ll reply by mail as soon as possible. Please note that your email address will not be stored on our server. It will only be used to contact you with a reply. You may also send mail directly to Amy@CarpenterTutoring.com.'; } ?> -- cgit v1.2.3