Skip to content

Commit c0593ab

Browse files
committed
Updated email in PHP file
1 parent f1dc9fe commit c0593ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mail/contact_me.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$message = strip_tags(htmlspecialchars($_POST['message']));
1212

1313
// Create the email and send the message
14-
$to = "yourname@yourdomain.com"; // Add your email address inbetween the "" replacing [email protected] - This is where the form will send a message to.
14+
$to = "keiserjb@gmail.com"; // Add your email address inbetween the "" replacing [email protected] - This is where the form will send a message to.
1515
$subject = "Website Contact Form: $name";
1616
$body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email\n\nPhone: $phone\n\nMessage:\n$message";
1717
$header = "From: [email protected]\n"; // This is the email address the generated message will be from. We recommend using something like [email protected].

0 commit comments

Comments
 (0)