Re: [ACFUG Discuss] CF9 email problem

2012-05-22 Thread Frank Moorman
One interesting thing, I just checked the undelivered log and it was empty, but It allowed me to set the mail log severity level. I changed it all the way from warning to debug Time to test... On 05/22/2012 09:54 PM, Frank Moorman wrote: Yeah,  I'm

Re: [ACFUG Discuss] CF9 email problem

2012-05-22 Thread Frank Moorman
Yeah,  I'm really stumped by this. I initially thought that I cut and pasted a "query=" attribute into the tag. I'm still not sure what is happening. I plan on adding a few tags into the method later tonight, similar to what Brooks mentioned. The other

Re: [ACFUG Discuss] CF9 email problem

2012-05-22 Thread Cheyenne Throckmorton
I can't imagine why the same function would send multiple of the first and only one of the second unless maybe your #GetContactInfo.email_address# statement is returning a comma-delimited list to generate multiple emails and maybe to the same list. Like its returning fr...@domain.com, fr...@domai

Re: [ACFUG Discuss] CF9 email problem

2012-05-22 Thread Brooks . Wilson
Frank: Try adding some debugging code. I would add a at the beginning and end of the function body. This would tell me that the function is starting and ending as you expect. What may be happening is that the function begins, sends the first email and then abnormally terminates. Then the call