%
if request.ServerVariables("REQUEST_METHOD")="POST" then
mailee=request.form("mail")
namee=request.form("namee")
mess=request.form("message")
body="
"
body= body & "
E-Mail
" & mailee &"
"
body= body & "
Name
" & namee& "
"
body= body & "
Message
"& mess & "
"
'response.write(body)
'response.end
Set objMail = CreateObject("CDONTS.Newmail")
objMail.From = mailee
objMail.To ="info@gfi-eg.com"
objMail.Subject = "You have new message"
objMail.Body = body
' In order to send the email in HTML format we have to set
' both MailFormat and BodyFormat equal to zero
objMail.MailFormat = 0
objMail.BodyFormat = 0
objmail.Importance= 2
objMail.Send
Set objMail = Nothing
response.redirect("thanx.htm")
end if
%>
GFI 'GOLDEN FREIGHT INTERNATIONAL'
Address
1of May
Bldgs No10 Nasr st; Nasr City, Cairo -Egypt