M
mike bayliss
HI
below is my asp form that collects fields from a web page encoded in windows-1251. I have a pretty smooth brain and cannot figure out how to get this script to send readable emails to the moscow address in windows-1251. Can anyone show me what the script should look like
<
ToEmail="(e-mail address removed)
CCEmail="(e-mail address removed)
FromEmail=Request.Form("email_address"
Subject="Moscow Request in russian
Message = Message & "Company Name:" & " " & Request.Form("Company_Name") & vblf
Message = Message & "Contact Name:" & " " & Request.Form("Contact_Name") & vblf
Message = Message & "Telephone:" & " " & Request.Form("Telephone") & vblf
Message = Message & "E-Mail:" & " " & Request.Form("email_address") & vblf
Message = Message & "Address:" & " " & Request.Form("Address") & vbl
Message = Message & "Country:" & " " & Request.Form("country")
Set CDONTSMail = CreateObject("CDONTS.NewMail"
CDONTSMail.From = FromEmai
CDONTSMail.To = ToEmai
CDONTSMail.Cc = CCEmai
CDONTSMail.Subject = Subjec
CDONTSMail.Body = Messag
CDONTSMail.MailFormat =
CDONTSMail.Sen
set CDONTSMail=nothin
Response.Redirect("a web page"
%><html><head><title>Send</TITLE></head><body bgcolor="#FFFFFF"></body></html>
below is my asp form that collects fields from a web page encoded in windows-1251. I have a pretty smooth brain and cannot figure out how to get this script to send readable emails to the moscow address in windows-1251. Can anyone show me what the script should look like
<
ToEmail="(e-mail address removed)
CCEmail="(e-mail address removed)
FromEmail=Request.Form("email_address"
Subject="Moscow Request in russian
Message = Message & "Company Name:" & " " & Request.Form("Company_Name") & vblf
Message = Message & "Contact Name:" & " " & Request.Form("Contact_Name") & vblf
Message = Message & "Telephone:" & " " & Request.Form("Telephone") & vblf
Message = Message & "E-Mail:" & " " & Request.Form("email_address") & vblf
Message = Message & "Address:" & " " & Request.Form("Address") & vbl
Message = Message & "Country:" & " " & Request.Form("country")
Set CDONTSMail = CreateObject("CDONTS.NewMail"
CDONTSMail.From = FromEmai
CDONTSMail.To = ToEmai
CDONTSMail.Cc = CCEmai
CDONTSMail.Subject = Subjec
CDONTSMail.Body = Messag
CDONTSMail.MailFormat =
CDONTSMail.Sen
set CDONTSMail=nothin
Response.Redirect("a web page"
%><html><head><title>Send</TITLE></head><body bgcolor="#FFFFFF"></body></html>