Roundcube Community Forum

 

Write HTML Mail

Started by pelucapampa, August 07, 2006, 11:46:13 AM

Previous topic - Next topic

pelucapampa

Hello:
My question is, what posibillity for compose html mail.

Thanks

Ignacio

tommywds

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!

jbouklas

Wow. FCK editor is great. That would be an awesome addition to RC.

-Jim

tommywds

Well I can only try. If it works I'll make a proper Plug-In out of it ;)

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.

tommywds

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";

tommywds

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 :)

misteriousj

I did it! FCKEditor works great with RC!

I just still have to fix some bugs

keltong

Hi, it will be great if I can have the HTML features!