RE: [KCFusion] cfmail validation in MX

2003-10-13 Thread hartwichr
Why don't you wrap your cfmail tag inside of a cfcatch/try block. Have it rethrow the error when it hits one and put the bad email address into a 2nd table for manual intervention. I think the rethrow tag allows the script to continue where it crashed. __

RE: [KCFusion] cfmail validation in MX

2003-10-13 Thread Matt Jones
Title: Message your best choice would be to validate the emails without trying to send them out, but if you must go that route, you could try something like          -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]Sent: Monday, October 13, 2003 1:28 PMTo

RE: [KCFusion] CFMAIL

2001-05-07 Thread Nathan T Haley
Try prefixing your variables with . ie, #Finance.Article#, #Business.Article#. Good luck. -Original Message- From: Scott McWilliams [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 10:22 PM To: [EMAIL PROTECTED] Subject: [KCFusion] CFMAIL Hi. I'm new to ColdFusion, so I hope thi

RE: [KCFusion] CFMAIL question

2001-01-15 Thread Stephen Williamson
and let us know of the results. Is the mail server setup to allow postings from your cf/web server? Let us know. Steve Williamson Consultant -Original Message- From: Cox, Billy To: '[EMAIL PROTECTED]' Sent: 1/15/01 8:19 AM Subject: RE: [KCFusion] CFMAIL question I

RE: [KCFusion] CFMAIL question

2001-01-15 Thread Cox, Billy
816) 559-5672 (voice) (816) 559-5603 (fax) -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:45 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFMAIL question I can't remember whether or not you posted any of your code. If not,

RE: [KCFusion] CFMAIL question

2001-01-15 Thread Keith Purtell
2001 7:20 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [KCFusion] CFMAIL question > > > I think I've eliminated the ISP as the issue, because for my > testing, the > app should be sending both of the messages to me. It > consistently sends the > first one,

RE: [KCFusion] CFMAIL question

2001-01-15 Thread Cox, Billy
t know why. Billy Cox Intranet/Extranet Development Sprint PCS (816) 559-5672 (voice) (816) 559-5603 (fax) -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFMAIL question If it

RE: [KCFusion] CFMAIL question

2001-01-12 Thread Keith Purtell
If it's not in your undeliverable folder, it could very well have been lost at some ISP on down the line. In other words, it left your server as intended but someone else dropped the ball. Keith Purtell, Web Designer > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

Re: [KCFusion] CFMAIL question

2001-01-12 Thread Bryan LaPlante
I don't know if you are using a query result to get your email addresses and messages form but you might try selecting the data from a query and populating the cfmail tag like so. - Original Message - From: "Cox, Billy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January

RE: [[KCFusion] CFMAIL with attachments]

2001-01-02 Thread Keith Purtell
TECTED]; [EMAIL PROTECTED] > Subject: Re: [[KCFusion] CFMAIL with attachments] > > > Are you sending through a Firewall? Are you using SMTP to > Send from the local > web server? Is the group recieving the mail using another > email server? > > Rick > > Keith Purtell <

RE: [KCFusion] CFMAIL with attachments

2001-01-02 Thread Keith Purtell
[EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [KCFusion] CFMAIL with attachments > > > Keith, > > There were many changes to CFMAIL in service pack 2. Are you > running 4.5.1SP2? > > Daryl > > At 05:37 PM 12/29/2000 -0600, Keith Purtell wrote: > >W

Re: [[KCFusion] CFMAIL with attachments]

2000-12-30 Thread RE E
Are you sending through a Firewall? Are you using SMTP to Send from the local web server? Is the group recieving the mail using another email server? Rick Keith Purtell <[EMAIL PROTECTED]> wrote: We have a template that lets users "broadcast" email to groups within the company. They can send wit

Re: [KCFusion] CFMAIL with attachments

2000-12-29 Thread Daryl Banttari
Keith, There were many changes to CFMAIL in service pack 2. Are you running 4.5.1SP2? Daryl At 05:37 PM 12/29/2000 -0600, Keith Purtell wrote: >We have a template that lets users "broadcast" email to groups within the >company. They can send with or without attachments. It's been working fine