<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> This message has been sent successfully! Thank you. <% dim CLStr,msg,mailserver,username,password,receive CLStr=Chr(13) & Chr(10) mailserver="smtp.structural-rivets.com" username="6888@structural-rivets.com" password="p_68y_8t8" Email=Request.Form("jsmail") '޸Ľ Set msg = Server.CreateObject("JMAIL.Message") msg.silent = true msg.Logging = true msg.Charset = "gb2312" msg.MailServerUserName = username msg.MailServerPassword = password msg.From = username msg.FromName = "英文版网上留言,来自 shear-connectors.com" msg.AddRecipient Email msg.Priority = 5 msg.Subject = Request.Form("subject") msg.Body = "英文版网上留言,来自 shear-connectors.com"&CLStr&CLStr msg.Body = msg.Body&"Unit and name:"&Request.Form("subject")&CLStr msg.body = msg.body&"E-mail"&request.form("email")&clstr msg.Body = msg.Body&"Tel:"&Request.Form("tel")&CLStr msg.Body = msg.Body&"Fax:"&Request.Form("fax")&CLStr msg.Body = msg.Body&"Addr:"&Request.Form("adress")&CLStr msg.body = msg.body&"Website"&request.form("website")&Clstr msg.body = msg.body&"Feedback content"&request.form("zhengwen")&clstr msg.Send (mailserver) msg.close set msg = nothing %>

 

Your message has succeeded transmits to our mailbox, Thank your support, We will reply to you as soon as possible.