Skip to content

Commit ee69966

Browse files
authored
Update contact_me.php
1 parent a2c5a74 commit ee69966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail/contact_me.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$message = $_POST['message'];
1717

1818
// Create the email and send the message
19-
$to = 'mhu1@mdanderson.org'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
19+
$to = 'akcasasent@mdanderson.org'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
2020
$email_subject = "Website Contact Form: $name";
2121
$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";
2222
$headers = "From: noreply@yourdomain.com\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.

0 commit comments

Comments
 (0)