Skip to content

Commit 1ae0dce

Browse files
committed
Update email recipient in contact form
1 parent 147b86e commit 1ae0dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$email_message .= "Message:\n$message\n";
2626

2727
// Set email recipient and subject
28-
$to = "josehcortes@gmail.com";
28+
$to = "josehcortes02@gmail.com";
2929
$email_subject = "New Contact Form Submission: $subject";
3030

3131
// Set email headers

0 commit comments

Comments
 (0)