I am trying to send a report in the html format by email by selecting the members of the email recipients for "To" list dynamically. The report was being successfully sent many times before, but it is now failing by throwing the following Exception: "Error","scheduler-1","07/31/06","13:56:17",,"Invalid Addresses; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; nested exception is: javax.mail.SendFailedException: 452 4.5.3 Too many recipients ; and many such lines. I am not sure as why this is occurring. Following to be noted: 1. The to list is having just 86 email-ids. Hence the too many recipients doesn't seem to be applicable. 2. There was few invalid email addresses. But then the entire email being not sent is bothering. It should send email to atleast valid email-Address (Am I right?) You help will be highly helpful.
Thanks for your response. I am sorry for the late response, was not having access to my system. No We didn't upgrade the coldfusion server software.