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