Heya Adam, Is your cfmail inside a <CFOUTPUT> clause? Funny things happen in such cases with CFMAIL acting like a CFOUTPUT inside a grouped output tag pair...
HTH, seeya Tuesday, March 18, 2003, 11:56:35 AM, you wrote: AC> Hey Drew, AC> Thanks for the idea.. But I only use a AC> Plain email address eg: "[EMAIL PROTECTED]" >> What exactly IS the problem? AC> The problem is that if I have a cf template AC> That is supposed to send ONE email.. It ends up AC> Sending 100 copies if that email.. It seems to happen AC> When using a cfmail tag OR a cferror tag. It doesn't AC> Seem to be the code of logic as it works fine for several weeks AC> Then all of a sudden somebody will receive 100 AC> Of the same email. The server is running fine and AC> There are no errors anywhere. AC> Cheers, AC> Adam AC> -----Original Message----- AC> From: [EMAIL PROTECTED] AC> [mailto:[EMAIL PROTECTED] On Behalf Of Drew AC> Sent: Tuesday, 18 March 2003 10:08 AM AC> To: CFAussie Mailing List AC> Subject: [cfaussie] RE: Cfmail sending 100 of the same email AC> Hey Adam, Long Time :) AC> I experienced the same thing and after some testing and testing and AC> test...(you get the idea), I found that the error doesn't occur when I AC> took out the address formatting ie:- AC> FROM="#request.adminEmail# (#request.siteName#)" AC> And just left it as AC> FROM="#request.adminEmail#" AC> Buggered if I know why this was happening. I also had a shot at my host AC> as the odd times when it did occur only seemed on their shared server AC> environment. I've had no probs since stripping those out, just made for AC> unprofessional look to the emails :( AC> Just on this, CFX_mail is supposed to be a lot more stable and since my AC> host has this tag in their bag of tricks, could someone point me to some AC> documentation on how to use it ? Specifically use with queries. Do I AC> have to loop over the call to the tag to make it work like "CFMAIL AC> Query=myQuery" ? This would have a considerable performance hit if AC> that's how it's done yes? AC> Cheers AC> Drew AC> -----Original Message----- AC> From: [EMAIL PROTECTED] AC> [mailto:[EMAIL PROTECTED] On Behalf Of Adam AC> Chapman AC> Sent: Tuesday, 18 March 2003 9:39 AM AC> To: CFAussie Mailing List AC> Subject: [cfaussie] Cfmail sending 100 of the same email AC> Hey everyone, AC> I am having a problem with cfmail sending AC> 100 copies odd of exactly the same email. It happens AC> With cfmail and cferror. There are no 0 byte AC> Emails in the spool directory and it only happens AC> Every now & then with no obvious clues as to AC> Its cause. We arent using it for any heavy duty AC> Bulk emailing.. Just the odd cfmail tag here & there. AC> Has anyone experienced this before or know where AC> To start looking for a solution. AC> Regards, AC> Adam Chapman AC> Virtualtours.com.au AC> mailto:[EMAIL PROTECTED] AC> Phone: 1300 366 122 AC> (Int: +61 3 9720 5733) AC> Fax: +61 3 9720 6377) AC> --- AC> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To AC> unsubscribe send a blank email to AC> [EMAIL PROTECTED] AC> MX Downunder AsiaPac DevCon - http://mxdu.com/ AC> --- AC> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] AC> To unsubscribe send a blank email to AC> [EMAIL PROTECTED] AC> MX Downunder AsiaPac DevCon - http://mxdu.com/ AC> --- AC> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] AC> To unsubscribe send a blank email to [EMAIL PROTECTED] AC> MX Downunder AsiaPac DevCon - http://mxdu.com/ -- Best regards, Ryan mailto:[EMAIL PROTECTED] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
