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]

Reply via email to