I've tried this with the latest version and it doesnt work?
 
Any ideas? Im just trying to use roundcubes inhouse functions to send with html headers.
 
or should I add my own functions to do it?

 
On 3/2/06, Thomas Bruederli <roundcube@gmail.com> wrote:
Sending HTML messages is not supposed to work with RoundCube. If you
manually overwrite the content-type header with text/html, then
multipart messages (with attachments) get messed up because of the wrong
header.

Try to replace $MAIL_MIME->setTXTBody() with $MAIL_MIME->setHTMLBody()
in program/steps/mail/sendmail.inc.

Regards,
Thomas


Paul Cottrell wrote:
> I am sending with HTML headers but there seems to be a problem with
> sending attachements, they seem to be embeded into the actual message.
> is there a fix for this?
>
> On 2/20/06, * Paul Cottrell* <pcottrell@gmail.com
> <mailto:pcottrell@gmail.com>> wrote:
>
>     is there a setting to enable sending mails with roundcube by default
>     to use HTML headers?
>
>
>