No way. One of my apps sends 6k at a time without problem. Try pointing CF to a non-existent mail server for testing. Wrap cftry around the cfmail tag and take a look at the exact query vars when the error is throw. (By pointing to a non-existent server the emails will get put into the undeliverable folder)
Turn on debugging and make sure you are showing robust exeption info. -Adam On 9/12/05, Brian Polackoff <[EMAIL PROTECTED]> wrote: > I have verified all records in the database have a valid email in the db. I > believe the problem is stemming from the single thread 6.1 uses to send mail > where as cf 7 cfmail is a multi-threaded process. > > The cftry will not work also because I have found the following: > > Using a recordset of 600. > cfmail will work for an undetermined amount of records but once > it fails it does, not an cannot, recover in that tag sequence. For > instance if it fails on record 300 the last 300 records will not be > sent. But once the tag finishes failing, if you run it again the mail will > be sent. I have tried to reverse the records and have gotten the same > result. I believe the records are independent of the problem besides the > sheer amount of them. > > Thanks. > Brian > > -----Original Message----- > From: Allan Cliff [mailto:[EMAIL PROTECTED] > Sent: Monday, September 12, 2005 10:49 AM > To: CF-Talk > Subject: RE: CFMail Errors when mass mailing (not spam) > > Just put a cftry tag around your cfmail. > > You must have an empty "TO" field in the db or something. > > Allan > > -----Original Message----- > From: Brian Polackoff [mailto:[EMAIL PROTECTED] > Sent: 12 September 2005 16:45 > To: CF-Talk > Subject: RE: CFMail Errors when mass mailing (not spam) > > > Sending about 600 mails at a time, the error ranges from: > > CFMail requires a To: attribute when I have tested it is there to the > general cf was looking at the following code... > > Thanks, > Brian > > -----Original Message----- > From: Matthew Walker [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 11, 2005 9:35 PM > To: CF-Talk > Subject: RE: CFMail Errors when mass mailing (not spam) > > What error do you get? How many are you sending? > > -----Original Message----- > From: Brian Polackoff [mailto:[EMAIL PROTECTED] > Sent: Monday, 12 September 2005 1:30 p.m. > To: CF-Talk > Subject: CFMail Errors when mass mailing (not spam) > > Does anyone know on a cfmx 6.1 box how to send using the CFMAIL tag a > slew of emails at a time. I have tried looping through, sending to a > single address at a time. I have also tried sending the message to > every address at once. Usually CF errors. > > Any ideas, I know this issue was resolved with cf 7 but can't upgrade > just yet. > > Thanks in advace, > Brian Polackoff > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217956 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

