Re: Mailpart and 6.1

2003-11-18 Thread Ryan Mitchell
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]




Mailpart and 6.1

2003-11-17 Thread Ryan Mitchell
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]




RE: Mailpart and 6.1

2003-11-17 Thread Stacy Young
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]