Page 1 of 1

Displaying HTML emails from Journal

PostPosted: Thu Feb 25, 2010 10:26 am
by millerj
Is there a way to have HTML emails that are recorded in the Journal to be displayed as rendered HTML? I've adapted to my solution the display method used in the sample contact database distributed with fmSpark, and it just displays Plain Text.

Any thoughts, pointers, or anything would be most appreciated.

Jason

PostPosted: Fri Feb 26, 2010 4:18 pm
by John Sindelar
You can get the contents of the message as html by editing the script " create journal entry" in fmSpark.fp7 and changing the $journalEntry variable in the beginning of the script from

_MESSGAGE::_journalEntry

to

_MessageEmail::HTMLSource or _MessageEmail::HTML_preview

depending on which you find easier to view in a web viewer. I think you'll find the plain text more flexible (easier to search) and easier to read, however. If you need more, Proof may be able to make some mods for you so it is easier to see the html of sent messages.

Best,

John