\r\n"; $headers .= "Reply-To: $email\r\n"; // Send the email if (mail($to, $subject, $email_message, $headers)) { echo "Thank you for your submission. We will contact you shortly."; // Send a welcome message to the user // $user_subject = "Welcome, $name!"; // $user_message = "Dear $name,\n\n Admission Apply for $course\n \n Thank you for Visit Best Engineering Colleges in meerut. https://cert.ac.in. We're excited to welcome you to CERT College our program. You've expressed interest in the $course course, and we'll get in touch with you soon. If you have any questions, feel free to contact us at $email or $mobile.\n\nNH-58 , Delhi – Haridwar Highway, Partapur, By Pass Road,\n Meerut NCR - 250103 INDIA"; // Send the welcome message using mail() // mail($email, $user_subject, $user_message); } else { echo "Sorry, there was an error processing your request. Please try again later."; } header('Location: https://cert.ac.in/thanks.php'); } ?>