Neurologopeda Świdnica

Kontakt

’.”\r\n”;
$headers .= 'Reply-To: ’ . $_POST[’u_name’]. ’ <' . $_POST['u_email']. '>’.”\r\n”;
$headers .= 'Return-Path: ’ . $_POST[’u_name’]. ’ <' . $_POST['u_email']. '>’.”\r\n”; // these two to set reply address
$headers .= „Message-ID: <".time()." TheSystem@".$_SERVER['SERVER_NAME'].">„.”\r\n”;
$headers .= „X-Mailer: PHP v” . phpversion() . „\r\n”; // These two to help avoid spam-filters
$headers .= „Content-type: text/html; charset=utf-8\r\n”;
$headers .= „Content-Transfer-Encodin: 8bit\r\n”;

//$subject = 'Zamówienie ze strony WWW’;
$subject = „=?UTF-8?B?”.base64_encode(„Wiadomość ze strony WWW”).”?=”;
$message = ’

Wiadomość e-mail

Dane :
’ . $_POST[’u_name’] . ’
’ . $_POST[’u_email’] . ’
’ . $_POST[’u_phone’] . ’

Uwagi:
’ .
$_POST[’uwagi’] . ’

 


’;

imap_mail($email_to, $subject, $message, $headers);

echo ’

Twoje zapytanie zostało wysłane.

W ciągu 24h od chwili jego przesłania otrzymają Państwo e-mail z potwierdzeniem.

Dziękujemy!

’;
$disp_form = 'nope’;
}
}

if($disp_form == 'ok’) {
?>

Skontaktuj się z Agnieszką Rogaczewską

* Te pola są wymagane

Twoje dane:
Imię i nazwisko * Pole wymagane

’;
?>

Adres e-mail * Pole wymagane

’;
?>

Telefon Uwagi:
Twoje uwagi / pytania *
Pole wymagane

’;
?>