-
1. Re: Intermittent CFMAIL issue
WolfShade Feb 6, 2013 12:08 PM (in response to WolfShade)UPDATE: I just now discovered something that is most likely causing this issue: more than one email address.
If the TO= of CFMAIL is "user1.address@domain.com", the email goes out without any issues.
If the TO= of CFMAIL is "user1.address@domain.com,user2.address@domain.com", then the email is not received, the timestamp of the log file is not updated (even though the success message is appended to the log).
According to the docs for CF9 CFMAIL, the TO= field should be either a single email address -OR- a comma-delimited list of email addresses (or a query column that will be treated like a comma-delimited list).
What could be causing this?
Thanks,^_^
-
2. Re: Intermittent CFMAIL issue
Dan Bracuk Feb 6, 2013 12:21 PM (in response to WolfShade)We use comma delimited lists all the time. They work. What happens if you write a cfmail tag to two recipients with nothing else going on?
-
3. Re: Intermittent CFMAIL issue
WolfShade Feb 6, 2013 12:35 PM (in response to Dan Bracuk)You mean like <cfmail to="user1.address@domain.com, user2.address@domain.com"></cfmail> with nothing else, no attributes? Or just an empty body?
^_^
-
4. Re: Intermittent CFMAIL issue
WolfShade Feb 7, 2013 6:20 AM (in response to WolfShade)I'm giving up on this. Instead of creating a comma-delimited list from a loop, I'll just use cfmail in each iteration. I have spent too much time on this issue, as it is.
Thanks for your thoughts, Dan.
^_^
-
5. Re: Intermittent CFMAIL issue
Dan Bracuk Feb 7, 2013 7:53 AM (in response to WolfShade)I mean
<cfmail to="user1.address@domain.com, user2.address@domain.com">hello</cfmail>
as the entire coldfusion page.
-
6. Re: Intermittent CFMAIL issue
WolfShade Feb 7, 2013 8:49 AM (in response to Dan Bracuk)I have not tried that, but I've spent too much time on it, already, so I'm giving up the ghost. I appreciate your input.
^_^


