Hi Damian, There is a multipart custom tag for CF5, I had to write a CFMX version as I didn't realise you could do it so easily with the code you did!
Cheers Niklas > -----Original Message----- > From: Damian Watson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 5:02 PM > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] multipart email -- email coming out blank > > > That may also be the trouble! I've got a stupid setup here at > the moment > with MX server on dev machine but using CF5 on web server so I may be > missing a trick *don't ask*. I'll tell you when I've got it working. > > Nik, does your code work on 5? > > ----- Original Message ----- > From: "Niklas Richardson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 27, 2003 3:31 PM > Subject: RE: [ cf-dev ] multipart email -- email coming out blank > > > > Damian, > > > > Does this work in CFMX? > > > > I wrote a custom tag to output multipart emails for the > UKCFUG website. > > But if you can do it like this - well, that's a LOT easier! > > > > Cheers > > > > Niklas > > > > > -----Original Message----- > > > From: Damian Watson [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, March 27, 2003 2:13 PM > > > 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] > > > > > > > > > > > > > > -- > > ** 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] > > > > > > > > -- > ** 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] > > -- ** 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]
