Author Topic: Write HTML Mail  (Read 6893 times)

Offline pelucapampa

  • Newbie
  • *
  • Posts: 6
Write HTML Mail
« on: August 07, 2006, 11:46:13 AM »
Hello:
My question is, what posibillity for compose html mail.

Thanks

Ignacio

Offline tommywds

  • Jr. Member
  • **
  • Posts: 10
Re: Write HTML Mail
« Reply #1 on: August 07, 2006, 04:35:16 PM »
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!

Offline jbouklas

  • Newbie
  • *
  • Posts: 7
Re: Write HTML Mail
« Reply #2 on: August 07, 2006, 04:46:16 PM »
Wow. FCK editor is great. That would be an awesome addition to RC.

-Jim

Offline tommywds

  • Jr. Member
  • **
  • Posts: 10
Re: Write HTML Mail
« Reply #3 on: August 07, 2006, 04:49:38 PM »
Well I can only try. If it works I'll make a proper Plug-In out of it ;)

Offline Scubes13

  • Jr. Member
  • **
  • Posts: 48
Re: Write HTML Mail
« Reply #4 on: August 07, 2006, 05:13:02 PM »
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.

Offline tommywds

  • Jr. Member
  • **
  • Posts: 10
Re: Write HTML Mail
« Reply #5 on: August 07, 2006, 05:13:56 PM »
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
Code: [Select]
<HTML> etc but
Code: [Select]
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

Offline tommywds

  • Jr. Member
  • **
  • Posts: 10
Re: Write HTML Mail
« Reply #6 on: August 07, 2006, 05:14:17 PM »
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 :)

Offline misteriousj

  • Newbie
  • *
  • Posts: 3
Re: Write HTML Mail
« Reply #7 on: October 14, 2006, 07:56:32 AM »
I did it! FCKEditor works great with RC!

I just still have to fix some bugs

Offline keltong

  • Newbie
  • *
  • Posts: 4
Re: Write HTML Mail
« Reply #8 on: November 28, 2006, 08:51:09 PM »
Hi, it will be great if I can have the HTML features!