צרו קשר
<%
body="
יצירת קשר דרך האתר
"
body=body & "| שם: | " & request("name") & " |
"
body=body & "| נושא: | " & request("order_type") & " |
"
body=body & "| טלפון: | " & request("phone") & " |
"
body=body & "| סלולרי: | " & request("cell") & " |
"
body=body & "| דואר-אלקטרוני: | " & request("email") & " |
"
body=body & "| הערות: | " & request("comments") & " |
"
body=body & "
"
Set mail = CreateObject ("JMail.SMTPMail")
if request("email")=Empty then mail.Sender = "amir@kravitz-law.co.il" else mail.Sender = request("email")
mail.Subject = "יצירת קשר דרך האתר"
mail.AddRecipient "amir@kravitz-law.co.il"
mail.ContentType = "text/html" ' or you can put 'text/plain' for plain text email
mail.ISOEncodeHeaders = false
mail.ContentTransferEncoding = "8bit"
mail.Body = body
mail.Priority = 3
mail.Execute
set mail = nothing
response.write("
תודה על פנייתכם.
הטופס נשלח בהצלחה.
אנו נחזור אליכם בהקדם.")
%>
קרביץ - משרד עורכי דין
רח' שנקר 57, חולון
טלפון: 03-5016505
פקס: 03-5011878
amir@kravitz-law.co.il