flyingman
10 Dec 2009, 6:02 AM
Im my web-application I have a Richtext-Field
var ed = new Ext.form.HtmlEditor({
width: 525,
height: 200,
enableAlignments: true,
enableColors: true,
enableFontSize: true,
enableFormat: true,
enableLinks: true,
enableLists: true,
enableSourceEdit: false,
applyTo: "AN_RTBody"
});When I send this content as Mail its not formatted:
<FONT size=2>Hier kommt der Text, der mittels Mail an untenstehende Absender verschickt wird. <FONT style="BACKGROUND-COLOR: #ffffff" color=#0000ff><STRONG>Sollte</STRONG></FONT> auch farbig möglich sein.<BR><BR></FONT><A href="http://www.rolandswelt.ch/"><FONT size=2>rolandswelt</FONT></A>
When I send the Mail as Mime-Mail, then its works good.
I would like in the Mail appen a button with LotusScript. Without Mime it works, but the text is notr formatted. With mime the text is ok, but no button in the Mail.
Any ideas?
Thanks
Roland
var ed = new Ext.form.HtmlEditor({
width: 525,
height: 200,
enableAlignments: true,
enableColors: true,
enableFontSize: true,
enableFormat: true,
enableLinks: true,
enableLists: true,
enableSourceEdit: false,
applyTo: "AN_RTBody"
});When I send this content as Mail its not formatted:
<FONT size=2>Hier kommt der Text, der mittels Mail an untenstehende Absender verschickt wird. <FONT style="BACKGROUND-COLOR: #ffffff" color=#0000ff><STRONG>Sollte</STRONG></FONT> auch farbig möglich sein.<BR><BR></FONT><A href="http://www.rolandswelt.ch/"><FONT size=2>rolandswelt</FONT></A>
When I send the Mail as Mime-Mail, then its works good.
I would like in the Mail appen a button with LotusScript. Without Mime it works, but the text is notr formatted. With mime the text is ok, but no button in the Mail.
Any ideas?
Thanks
Roland