RE: how handle emails not exists or inactive before sending out

2008-04-23 Thread Bobby Hartsfield
You could set the bounce back address to an address used only for the purpose of collecting the bounced emails. Then cfpop the address, use a regex to pull out the emails and remove them from the database. I'd personally add a 'numberOfBounces' numeric column to your database and instead of

Re: how handle emails not exists or inactive before sending out

2008-04-23 Thread Phillip Vector
Probably a noob question. :) How do you set a bounce back address in cfmail? I mean, seperate from the From field. Is there a setting that allows for a Bounced field or something? On Wed, Apr 23, 2008 at 8:33 AM, Bobby Hartsfield [EMAIL PROTECTED] wrote: You could set the bounce back address to

Re: how handle emails not exists or inactive before sending out

2008-04-23 Thread morgan l
You can set a failto attribute. Some mail servers choose to bounce to the from, however. On Wed, Apr 23, 2008 at 10:37 AM, Phillip Vector [EMAIL PROTECTED] wrote: Probably a noob question. :) How do you set a bounce back address in cfmail? I mean, seperate from the From field. Is there a

Re: how handle emails not exists or inactive before sending out

2008-04-23 Thread mailme
I'm pretty sure that parameter should be failto. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: how handle emails not exists or inactive before sending out

2008-04-23 Thread Will Swain
: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: 23 April 2008 16:37 To: CF-Talk Subject: Re: how handle emails not exists or inactive before sending out Probably a noob question. :) How do you set a bounce back address in cfmail? I mean, seperate from the From field. Is there a setting

RE: how handle emails not exists or inactive before sending out

2008-04-23 Thread Bobby Hartsfield
Use the failto attribute ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 11:37 AM To: CF-Talk Subject: Re: how handle emails not exists or inactive