RE: CFMail and html/text

2002-01-09 Thread Joseph DeVore
ED]> Subject: Re: CFMail and html/text Message-ID: <00a201c19860$1cae9390$5a33a8c0@webdivaw2k> Does anyone know if there is a limit to the number of emails cf can handle processing? Example, if I wanted to use cfmail to send out a blast to 150,000 users,

RE: CFMail and html/text

2002-01-08 Thread Paris Lundis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 11:18 To: CF-Talk Subject: Re: CFMail and html/text Does anyone know if there is a limit to the number of emails cf can handle processing? Example, if I wanted to use cfmail to send out a blast

Re: CFMail and html/text

2002-01-08 Thread kelly
lk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:43 PM Subject: RE: CFMail and html/text > Hi, > > Could you post this to the list. I must have missed this while I was on > vacation. > > Thank you, > > Mike > > > -Original Message- > >

Re: CFMail and html/text

2002-01-07 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > Is there a way to tell how many people actually open the email that was > sent? No. Closest to add an image or something with code like http://domain/counter.cfm?id=12345";> Then, make sure that counter.cfm logs to a database or whatever and uses cfcontent to send

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 8:51 AM To: CF-Talk Subject: Re: CFMail and html/text Why does the email send the AOL version as an attachment? - Original Message - From

Re: CFMail and html/text

2002-01-07 Thread Thomas Muck
If you have extra whitespace in the headers or boundaries, there might be a problem. There should be one blank line after each. Also, make sure the multipart/alternative header is all on one line -- not wrapped as in the post. tom <[EMAIL PROTECTED]> wrote in message 002b01c19797$f6f10110$5a33

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
text/html; charset=us-ascii This is the HTML version. --veloxweb-- - Original Message - From: "Joseph DeVore" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:45 PM Subject: RE: CFMail and html/text > Mike, &g

Re: CFMail and html/text

2002-01-07 Thread Thomas Muck
33a8c0@webdivaw2k">news:003f01c1979b$83c3b210$5a33a8c0@webdivaw2k... > Why does the email send the AOL version as an attachment? > > - Original Message - > From: "Joseph DeVore" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]>

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
/text Is there a way to tell how many people actually open the email that was sent? - Original Message - From: "Michael Wilson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:43 PM Subject: RE: CFMail and html/text

Re: CFMail and html/text

2002-01-07 Thread kelly
Is there a way to tell how many people actually open the email that was sent? - Original Message - From: "Michael Wilson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:43 PM Subject: RE: CFMail and html/text >

Re: CFMail and html/text

2002-01-07 Thread kelly
Why does the email send the AOL version as an attachment? - Original Message - From: "Joseph DeVore" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:45 PM Subject: RE: CFMail and html/text > Mike, > See th

Re: CFMail and html/text

2002-01-07 Thread kelly
-ascii This is the HTML version. --veloxweb-- - Original Message - From: "Joseph DeVore" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 10:45 PM Subject: RE: CFMail and html/text > Mike, > See the code bel

RE: CFMail and html/text

2002-01-06 Thread Joseph DeVore
Mike, See the code below... Nick, thanks for reposting this earlier. - Joseph Original Message Subject: RE: HTML EMAIL Date: Wed, 19 Dec 2001 16:55:39 -0800 From: "Joseph DeVore" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> This code shoul

RE: CFMail and html/text

2002-01-06 Thread Michael Wilson
Hi, Could you post this to the list. I must have missed this while I was on vacation. Thank you, Mike > -Original Message- > You bet!! Joseph DeVore posted exactly that a couple of > weeks ago. I > will email it to you directly. _

Re: CFMail and html/text

2002-01-06 Thread Nick Texidor
You bet!! Joseph DeVore posted exactly that a couple of weeks ago. I will email it to you directly. Thanks N Terry Troxel wrote: > > Could someone shed some light on how you can send an email through CFMail > that includes both a plain text as well as an html version of the message > that