Hello:
My question is, what posibillity for compose html mail.
Thanks
Ignacio
Hi there Ignacio
I too have wondered the same. I do a little web development and I think I might have an idea how to do so. I'll be playing tomorrow...
Watch this space.
If anyone is really keen and can't wait I'm going to be playing with FCK Editor - http://www.fckeditor.net/ Its amazing!
Wow. FCK editor is great. That would be an awesome addition to RC.
-Jim
Well I can only try. If it works I'll make a proper Plug-In out of it ;)
I thought someone had done this once before. You may want to search the dev list to possibly save yourself some time and effort. Check out: http://search.gmane.org/?query=editor&group=gmane.mail.roundcube.devel
They were once playing around with TinyMCE within RC.
Kevin L.
I'm about 1/3 of the way there...
The templates for RC are not what I was expecting but I'll crack on again tomorrow. Also I suspect that we'll have to add the HTML headers to the email. Not <HTML>
etc but $headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
Quote from: Scubes13 I thought someone had done this once before. You may want to search the dev list to possibly save yourself some time and effort. Check out: http://search.gmane.org/?query=editor&group=gmane.mail.roundcube.devel
They were once playing around with TinyMCE within RC.
Kevin L.
Wicked. Thanks :)
I did it! FCKEditor works great with RC!
I just still have to fix some bugs
Hi, it will be great if I can have the HTML features!