Hello,
in the backend notesform 'Body' is a richtextfield.
For normal text messages this is ok. But when body is a HTML content, ist looks not very well.
How could i achieve that 'Body' ist rendered as HTML content on delivery (same way as in personal mailbox) in my special application ?
Thanks
Brian
jerome
2
Have you tried to set 'prefers MIME' in the mail in database document?
Thank you, that works !!
But, there is a restriction:
It works only after editing and saving the document in GUI.
Is it possible to do that in a backend process, so that the user will see the result directly after opening ?