ASH Cell>>Complain To ASH Cell
|
<%if trim(request("UserEmail")) <> "" then%>
<%
'set path=Request.ServerVariables ("path_translated")
'Response.Write path & " " 'Dim ObjMail,subj if request.Form("SubjectOther")="" then subj = Request.Form("MessageType") & " about " & request.Form("subject") else subj=request.Form("SubjectOther") end if set ObjMail = Server.CreateObject("CDONTS.NewMail") ObjMail.From = request.Form("UserEMail") ObjMail.To = "k.anuradha@safaikarmachariandolan.org" ObjMail.Cc ="vikalp.parashar@gmail.com" ' 'ObjMail.Bcc="ashishkm1@yahoo.it" ObjMail.Subject= "Complain" & " About " & subj '------------------Mail Format HTMLMSG = HTMLMSG & "" HTMLMSG = HTMLMSG & "" HTMLMSG = HTMLMSG & "" HTMLMSG = HTMLMSG & " Mail received at " & now() & " " HTMLMSG = HTMLMSG & ""
HTMLMSG = HTMLMSG & " "
HTMLMSG = HTMLMSG & "
| |||||||||||||