From 9cc8494859ba6696711dc4d4f6f8796b3b622f7b Mon Sep 17 00:00:00 2001 From: developtheweb Date: Fri, 19 Feb 2021 13:56:22 -0500 Subject: [PATCH] updated FormSpree.io settings --- _includes/contact_static.html | 2 +- mail/contact_me.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/contact_static.html b/_includes/contact_static.html index 3713212..e74c743 100644 --- a/_includes/contact_static.html +++ b/_includes/contact_static.html @@ -9,7 +9,7 @@
-
+
diff --git a/mail/contact_me.php b/mail/contact_me.php index 80a8b6e..524acf4 100755 --- a/mail/contact_me.php +++ b/mail/contact_me.php @@ -22,7 +22,7 @@ $message = $_POST['message']; if (empty($_POST['_gotcha'])) { // If hidden field was filled out (by spambots) don't send! // Create the email and send the message - $to = 'contact@stevenmilanese.com'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to. + $to = 'developtheweb@protonmail.com'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to. $email_subject = "Website Contact Form: $name"; $email_body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nPhone: $phone\n\nMessage:\n$message"; $headers = "From: noreply@stevenmilanese.com\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.