Could be something in the cfinclude files like cfoutput which could cause a
problem?

Colm

-----Original Message-----
From: Damian Watson [mailto:[EMAIL PROTECTED]
Sent: 27 March 2003 14:13
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] multipart email -- email coming out blank


Hi got a problem here. For some reason I'm getting a blank email sent. No
errors are generated. Anyone come across this b4? Here's the cfmail code:

<cfset boundary = CreateUUID()>
<cfmail to="#Form.Email#" from="[EMAIL PROTECTED]" subject="subject">
<cfmailparam name="Content-Type" value="multipart/alternative;
boundary=""#boundary#""">
 --#boundary#
 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding:
8bit <cfinclude template="mailtemplates/newmember_plain.cfm">
--#boundary#
Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding:
quoted-printable
<cfinclude template="mailtemplates/newmember_html.cfm">
--#boundary#--
</cfmail>



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to