I've got a weird email problem.

A loop is searching for new content that matches specific criteria set
by each registered user and emails the result out. But the Email from
object is just appending the value in each loop.

$this->Email->from = '[EMAIL PROTECTED]';

the first email is from '[EMAIL PROTECTED]', the second email is from
'[EMAIL PROTECTED], [EMAIL PROTECTED], the third is '[EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]' etc.

If I check the value after setting it it only has one value, if I set
it OUTSIDE of the loop it still keeps multiplying!

Everything else seems to be working correctly though.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to