I have a comma-delimited list of email addresses and am trying to use CFMAIL to send an email to each recipient in the list. It works fine IF all addresses are deliverable BUT if one address in the 'To' list is undeliverable, none of them get delivered. Any ideas why this would happen?
For now, I'm CFLOOP'ing through the list, using a separate CFMAIL with each email address.
For now, I'm CFLOOP'ing through the list, using a separate CFMAIL with each email address.