Contact

Error

There are blank fields on the form<
Please fill in the fields and try again.

IsSMTP(); // send via SMTP $mail->IsHTML(TRUE); $mail->Host = "mail.gayrettekstil.com"; // SMTP servers $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "[email protected]"; // SMTP username $mail->Password = "mail987"; // SMTP password $mail->From = htmlspecialchars($_POST['eposta']); $mail->Fromname = htmlspecialchars($_POST['isim']); $mail->AddAddress("[email protected]","İletişim Formu"); $mail->Subject = "İLETİŞİM FORMUNDAN"; $mail->Sender = $eposta; $mail->Body = ' '. "
Ad Soyad : " .$isim. "
Telefon : " .$telefon. "
E-Posta : " .$eposta. "
Mesaj : " .$mesaj. "
IP : " .$_SERVER['REMOTE_ADDR']. "
"; if(!$mail->Send()) { ?>

Your message did not reach us. Please try again after a short period of time.

Thank you for your attention.

ErrorInfo; exit; } ?>

Your message was sent to the concerned unit.


Thank you for your attention.



Error

E-mail address has a typo.
Please check your e-mail address and try again.


Name Surname
Phone
E-mail
Message
  Please fill in all fields.