Address:

Office 301 - A Mustufa Trade Centre (Near Tareq Centre)
Tariq Road Karachi.

Mobile:
92-0321-8222040
92-0333-2326957
Phone:
92-021-4327439
Fax:
92-021-4547349
Email:
ahsan@ifatec.net
ifatech@cyber.net.pk


Your Name* :
Email* :
Company* :
Phone* :
Website address (if any) :
Message* :

 

 

 
 

Copyright © 2008 IFATECH
All rights reserved.

Home / About Us / Services / Products / Support / Contact

<% If Request.Form("Submit").Count > 0 Then Dim objMessage Set objMessage = Server.CreateObject("CDO.Message") objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'Send the message using the network (SMTP over the network). objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "127.0.0.1" objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False 'Use SSL for the connection (True or False) objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout ") = 60 objMessage.Configuration.Fields.Update With objMessage .To = "ahsan@ifatec.net" .From = Request.Form("txtEmail") .Subject = ("FeedBack From IFATECH.COM") .TextBody = Request.Form("txtName")& vbCrLf & Request.Form("txtCompany")& vbCrLf & Request.Form("txtPhone")& vbCrLf & Request.Form("txtAddress")& vbCrLf & Request.Form("txtFeedBack") .Send End With End If Set objMessage = Nothing %>