<% If Request.querystring("Send") <> "" Then msg_txt = "Yeni Sipariş Formu" msg_txt = msg_txt & "

Ad Soyad: " & Request.form("FromName") msg_txt = msg_txt & "
Firma Adı: " & Request.form("firmaadi") msg_txt = msg_txt & "
Email: " & Request.form("From") msg_txt = msg_txt & "
Ülke: " & Request.form("country") msg_txt = msg_txt & "
Şehir: " & Request.form("city") msg_txt = msg_txt & "
Saat Tarih: " & Request.form("saat") msg_txt = msg_txt & "
Telefon: " & Request.form("phone") msg_txt = msg_txt & "
Fax: " & Request.form("fax") msg_txt = msg_txt & "
Web: " & Request.form("web") msg_txt = msg_txt & "
İlgili Ürün: " & Request.form("urunler") msg_txt = msg_txt & "

Mesaj:
" & Request.form("mesaj") msg_txt = msg_txt & "
" Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "mail.macitmuhendislik.com" Mail.Password ="hacker00" Mail.From = Request.form("From") Mail.FromName = Request.form("FromName") Mail.AddAddress "info@macitmuhendislik.com" Mail.Subject = "Yabancı Ülkeden Mesaj Geldi" Mail.IsHTML = True Mail.Body = msg_txt On Error Resume Next Mail.Send If Err <> 0 Then msg = "Your message didnt send.Please turn back control your message and try again.
" & Err.Description else msg = "Thanks For Your Message.We will reply you in 24 hours." End If End If %> Macit Makina Order Place // <%=date%> //
<%If Request.querystring("Send") <> "" Then%> <%End If%>

MACIT MACHINE
Order  Form
Name:
Company Name:
E-Mail:
Country
Time:
Telephone:
Fax:
Web:
Products:
Messages:

                    

<%=msg%> 

Back To Main Page