Roundcube Community Forum

 

Multi-part MIME HTML emails

Started by gwh, January 28, 2009, 01:03:03 AM

Previous topic - Next topic

gwh

Hi everyone,

I've created an html invitation using Dreamweaver, and I'd like to be able to send this html email using Roundcube Webmail. If I click on "edit html source" I'm able to paste the code in and send the html version successfully, however since I don't know which email recipients will have html switched on in their email clients, I'd like to be able to send a multi-part MIME version of the email which includes both the html part and also a plain text version sent in the one email. If I do this it will mean that those people who have html turned on will see the full featured html version and those that prefer plain text will receive the plain text version.

I know that third party email service providers like iContact, Mailchimp etc. provide this functionality but I'm not sure about Roundcube Webmail.

Can someone tell me if it's possible to send this Multi-part type email using Webmail?

Appreciate any help.

rosali

If HTML composing is enabled then RoundCube automatically creates multipart messages:


Return-Path: <[email protected]>
Received: from localhost ([127.0.0.1]) by xxxx.ath.cx with hMailServer ; Thu, 29 Jan
2009 07:13:52 +0100
MIME-Version: 1.0
Date: Thu, 29 Jan 2009 07:13:51 +0100
From: roland <[email protected]>
To: <[email protected]>
Subject: test
Message-ID: <e5d491f8d0fa0cdbf84a3af8e3f5264e@localhost>
X-Sender: [email protected]
User-Agent: RoundCube Webmail/0.2
Content-Type: multipart/alternative; boundary=&quot;=_1c5cd105a38b910adce5bac9d7dbeb8a&quot;
X-Client-IP: 127.0.0.1

--=_1c5cd105a38b910adce5bac9d7dbeb8a
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=&quot;UTF-8&quot;



HTML composing is enabled
___________________
test plain text signature

--=_1c5cd105a38b910adce5bac9d7dbeb8a
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=&quot;UTF-8&quot;

<p>HTML composing is enabled</p><br /><p>Shedmail Signature</p>
<p><img src=3D&quot;http://localhost/webmail/default/trunk/roundcubemail/skins/default/images/roundcube_logo.png&quot; alt=3D&quot;&quot; width=3D&quot;165&quot; height=3D&quot;55&quot; /></p>
<p>&nbsp;</p>

--=_1c5cd105a38b910adce5bac9d7dbeb8a--


Regards,
Rosali