Re: email rendering in unicode

From: Raymond Mercier (RaymondM@compuserve.com)
Date: Sat May 21 2005 - 17:03:47 CDT

  • Next message: Philippe VERDY: "Re: email rendering in unicode"

    Dear Faraz,
    I had no trouble testing your message editor. Both the subject and the message were transmitted and read in my outlook express.
    There is a problem in that the message is transmitted twice !
    If the message is this ابتثج then this is sent, but a second message is received with
    ابتثج

    Raymond Mercier
      ----- Original Message -----
      From: faraz siddiqi
      To: unicode@unicode.org
      Sent: Saturday, May 21, 2005 9:56 PM
      Subject: email rendering in unicode

      Dear All how r u people

      many thanx all of u support me a lot and reply my queries, it is really appriciable

      pls have a look at my email editor

      http://www.urdustreet.com/email/eml.htm

      and send email to urself, type randomly anything i know u dont know anything about my language urdu but write anything and check if it deliver to ur mailbox as it is or in the form o grbage, the problem is my editor render email as garbage try to email anything to urself from my editor pls let me know what i should do , my mind is really stuck in this situation since last month

      Faraz

      middle tier i use is

      <%
      Response.Buffer = True
      Dim strBody
      Dim Mail
      Dim strtoEmailAddress
      Dim strsub
      dim filepath

      strBody = request.Form("T5")
      Set Mail = Server.CreateObject("Persits.MailSender")
      Mail.Host = "mail.urdustreet.com"
      Mail.Port = 25
      Session.CodePage = 65001
      Mail.From = Request.Form("T1")
      Mail.AddAddress Request("T3")
      Mail.Subject = Mail.EncodeHeader( Request("T4"), "utf-8")
      Mail.IsHTML = True
      Mail.Body = "<HTML><head><title></title></head><BODY BGCOLOR=#0000FF>"&strBody&"</BODY></HTML>"
      Mail.CharSet = "UTF-8"
      Mail.ContentTransferEncoding = "Quoted-Printable"
      Mail.Send
      if Mail.Send then
      response.write "<font face='Verdana' style='font-size: 8pt' color='#FFFFFF'>Your message was sent successfully! We'll update your profile as early as possible.</font>"
      else
      response.write "<font face='Verdana' style='font-size: 8pt' color='#FFFFFF'>Sorry, your mail cannot be delivered: The error was: " & Err.Description & ".</font>"
      Set Mail = Nothing
      end
      %>

      Faraz Siddiqi
      IGT & E (C/G) GHQ Ministry of Defence Chaklala Cantt Rawalpindi 0300-5348722 0333-2604790



    This archive was generated by hypermail 2.1.5 : Sat May 21 2005 - 17:05:01 CDT