summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-07-03 06:31:53 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-07-03 06:31:53 -0400
commit677f2f1917b4e3c01b5c3a809ef322172b0b51ab (patch)
tree49655fc9127c73e044f265be47971e97599dab49
parent3018a9c8d8f16740602540d97e3b0b5db002f9e6 (diff)
downloadcarpentertutoring-677f2f1917b4e3c01b5c3a809ef322172b0b51ab.tar.xz
carpentertutoring-677f2f1917b4e3c01b5c3a809ef322172b0b51ab.zip
added alternative email to form box
-rw-r--r--index.php4
1 files 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 <a href="tel:1-757-335-7555">call (757) 335-7555</a>.';
+ echo 'There was a problem sending your message. Please try again later or send mail to <a href="mailto:amy@carpentertutoring.com">Amy@CarpenterTutoring.com</a>.';
echo '<!--Send error: ' . $mail->ErrorInfo . '-->';
} 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 <a href="mailto:amy@carpentertutoring.com">Amy@CarpenterTutoring.com</a>.';
}
?>
</form>