OK,

This is finally starting to get to me...

Why does this send perfectly formatted HTML email:

<CFMAIL to="#CCEmail#" from="#EmailFrom#" subject="#AIData.ClientName# -
#planID#"  type="HTML">


...and this sends the HTML as text not recognized as HTML? It's the same
exact email as above.  The only difference is the file attachment.

<CFMAIL to="#CCEmail#" from="#EmailFrom#" subject="#AIData.ClientName# -
#planID#"
mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\#File.ServerFile#"
type="HTML">


...and this variation doesn't work either?

<CFMAIL to="#CCEmail#" from="#EmailFrom#" subject="#AIData.ClientName# -
#planID#"  type="HTML"
mimeattach="e:\inetpub\hostroot\aaintl.com\MailFiles\#File.ServerFile#">



Ideas?  How do I send this file in an HTML formatted email, and NOT use
<CFMAILPARAM =...> since my host isn't running 4.5???



Les Mizzell
***********
The main reason Santa is so jolly is
because he knows where all the bad girls live.

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to