<%if request("durum")="gonder" then%>
<%ad_soyad=request.form("ad_soyad")%>
<%tel=request.form("tel")%>
<%email=request.form("email")%>
<%mesaj=request.form("mesaj")%>
<%mesaj="Ad Soyad:"&ad_soyad&"
Telefon:"&tel&"
E-mail:"&email&"
Mesaj:"&mesaj%>
<%
Set objJmail = Server.Createobject("JMail.Message")
objJmail.Charset = "windows-1254"
objJmail.From = firmamail
objJmail.MailServerUserName = "info@hashotelistanbul.com"
objJmail.MailServerPassWord = "aaaaaaa"
objJmail.Subject = "İletişim Formu"&diladi
objJmail.AddRecipient firmamail
objJmail.HtmlBody = turkcelestir(mesaj)
objJmail.Send("mail.hashotelistanbul.com")
Set objJmail = Nothing
%>
Your contact form has been sent.
<%end if%>