We're on 7 but the problem was brought up in the past and I don't believe it
was a version issue. Take type="HTML"> out of the cmail tag and try again.

        <cfmail to="" from="" subject="Submission">
            <cfmailpart type="text">
                <cfoutput>#EMailDataTXT#</cfoutput>
            </cfmailpart>

            <cfmailpart type="html">
                <cfoutput>#EMailDataHTML#</cfoutput>
            </cfmailpart>
        </cfmail>


On 4/4/07, Erika L. Walker <[EMAIL PROTECTED]> wrote:
>
> oops. CFMX 6, and thankx :)
>
> On 4/4/07, Erika L. Walker <[EMAIL PROTECTED]> wrote:
> >
> > CFMX, either text or HTML - neither works in GMAIL
> >
> > here's the code
> >
> > <cfmail to="#EMAIL#" from="#getCampaign.RM_MAILFROM#"
> > subject="#getCampaign.RM_MAILSUBJECT#" bcc="#getCampaign.RM_MAILBCC#"
> > type="HTML">
> >             <cfmailpart type="text/plain">#thisTextContent#</cfmailpart>
> >             <cfmailpart type="text/html">#thisHTMLcontent#</cfmailpart>
> >         </cfmail>
> >
> > On 4/4/07, Casey Dougall <[EMAIL PROTECTED]> wrote:
> > >
> > > For GMail to see HTML version you need to place the txt version before
> > > the
> > > html version in mailpart...
> > >
> > >
> >
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:232017
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to