realbasic-nug
[Top] [All Lists]

emailMessage html encoding

To: "realbasic-nug at lists dot realsoftware dot com" <realbasic-nug at lists dot realsoftware dot com>
Subject: emailMessage html encoding
From: lveillette <lveillette at jourdelaterre dot net>
Date: Mon, 30 May 2005 12:52:19 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hello,

I'm trying to embed an html message in an emailMessage. It seems to work
save to the CSS stuff...

I looked at the sources from messages I received with CSS that work well and
they seem to precede the html section with

Content-Type: text/html; charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable


while those generated by RB seem to be preceded by

Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT


Is it what's wrong here and if so, is there a way I can set html messages
encoding somehow...

Thanx,


Louis

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • emailMessage html encoding, lveillette <=