But thatıs not the right order? You are supposed to do the most simple
version first??

On 17/11/03 11:51 pm, "Stacy Young" <[EMAIL PROTECTED]> wrote:

> Try setting the HTML first then text
>
> Stace
>
>   _____  
>
> From: Ryan Mitchell [mailto:[EMAIL PROTECTED]
> Sent: November 17, 2003 6:34 PM
> To: CF-Talk
> Subject: Mailpart and 6.1
>
> Hello
>
> Having a few issues with some code in 6.1
>
> I have the following cfmail
>
> <cfmail to="#arguments.to#" from="#arguments.from#"
> subject="#removeHTML(arguments.subject)#" charset="iso-8859-1">
> <cfmailpart type="text" charset="iso-8859-1">
> #plaintext#
> </cfmailpart>
> <cfif arguments.html>
> <cfmailpart type="html" charset="iso-8859-1">
> #arguments.header#
> #body#
> #arguments.footer#
> </cfmailpart>
> </cfif>
> </cfmail>
>
> Which is all fine and wonderful.... The problem is it creates 2 types of
> text/plain, one at the top which it should, and one after the html
> one...
> And hotmail being hotmail decides to take the 2nd one and so I get a
> blank
> email...
>
> How do I stop this?
>
> Ryan
>
>   _____  
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to