Hi all - I'm trying to send an html formatted email using R:Mail 7.6 and can't get it to appear as html when I receive it - it appears as text with all the html coding, e.g. {\rtf1\fbidis\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Arial Rounded MT Bold;}

The body of the email is in a table where it is stored as RTF.
I read it into vBody, a VARCHAR variable, and it looks ok tracing it, i.e. it has the html coding
I have the format set as vFormat TEXT = ('Format:H')

 OUTPUT SHOZEmail.mal
  WRITE .vMailTo
  WRITE .vFrom
  WRITE .vSubject
  WRITE .vCC
  WRITE .vBCC
  WRITE .vAttachment
  WRITE .vFormat
  WRITE .vPriority
  WRITE .vRtrnReceipt
  WRITE .vBody
  OUTPUT SCREEN

My email client, Thunderbird, receives all other emails correctly.

Blues clues suggestions?

TIA,
Doug

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to