I have seen some other posts about problems with HTML signatures but no replies. I have created an HTML signature in my profile but it always shows as text no matter what browser I use or which compose type I use (HTML or TEXT). The signature looks perfect in the HTML signature editior within my profile configuration. Am I missing something or does this just not work yet?
same problem
i've tried this fix (http://trac.roundcube.net/ticket/1484545) but nothing on Firefox, Opera and Exploder7
resolved :D
you've to edit /config/main.inc.php
on line 225 you have to change
$rcmail_config['enable_htmleditor'] = FALSE;
in
$rcmail_config['enable_htmleditor'] = TRUE;
Then you can write mail in html and it show your signature ;)