Casey you are a star!!

That was exactly the problem and all fixed now.

Thanks so much and have a great weekend.

Will


-----Original Message-----
From: Casey Dougall [mailto:[EMAIL PROTECTED] 
Sent: 02 May 2008 13:01
To: CF-Talk
Subject: Re: cfmail multipart emails and googlemail

On Fri, May 2, 2008 at 6:54 AM, Will Swain <[EMAIL PROTECTED]> wrote:

> Update - it's displaying the plain text version  of the multipart 
> email, but without _some_ line breaks so the formatting is shot.
>
> Can google mail not display HTML emails then?
>

Yes it can but if you do not place mailpart text before mailpart html it
acts funky... see if that is your issue. Should be setup like below.

<cfmail type="html">

    <cfmailpart type="text">
    </cfmailpart>

    <cfmailpart type="html">
    </cfmailpart>

</cfmail>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to