If you have any complaint regarding softronix franchise center then you can use this form to send your complaints directly to Softronix Head Office. This email will be received by Softronix senior officials and an appropriate action will be taken as soon as possible.
<% if Request("sendMessage")="true" then Set Mail=Server.CreateObject("Persits.MailSender") Mail.Host="asp1" Mail.Subject="Complaint Reported through website" Mail.From="website@softronix.pk" Mail.AddAddress "faheemsalik@gmail.com" Mail.Body=Request.Form("franchise") + "
" + Request.Form("company")+ "
" + Request.Form("person") + "
" + Request.Form("mobile") + "
" + Request.Form("landline") + "
" + Request.Form("email") + "
" + Request.Form("email")+ "
" + Request.Form("message") On Error Resume Next ' catch errors Mail.Send If Err <> 0 Then ' error occurred response.write("Mail could not be sent!
" & Err.Description) else Response.write("Your complaint has been sent: You'll be contacted soon") End If End if %>
