Mise à jour de 'Sources/mail/contact.php'
continuous-integration/drone/push Build is passing Details

master
Rayhân HASSOU 7 months ago
parent 62e9cf0b4d
commit 22184daabf

@ -9,7 +9,7 @@ $email = strip_tags(htmlspecialchars($_POST['email']));
$m_subject = strip_tags(htmlspecialchars($_POST['subject']));
$message = strip_tags(htmlspecialchars($_POST['message']));
$to = "info@example.com"; // Change this email to your //
$to = "hassourayhan1@gmail.com";
$subject = "$m_subject: $name";
$body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\n\nEmail: $email\n\nSubject: $m_subject\n\nMessage: $message";
$header = "From: $email";

Loading…
Cancel
Save