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* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > is there a setting to enable sending mails with roundcube by default > to use HTML headers? > > >
