Mail Distributor

2010-11-15 Thread TimK
Hello Everybody! I like to write a mail distributor. It shall send an email to all registered users with an valid email address. The distributor has no table in a data base, thus I set var $useTable = false;. But I have a user module including the email address of every registered user. I thought

Re: Mail Distributor

2010-11-15 Thread Jeremy Burns | Class Outfit
Why not run this out of the User model? Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 15 Nov 2010, at 20:23, TimK wrote: Hello Everybody! I like to write a mail distributor. It shall send an email to all registered users with an valid email address

Re: Mail Distributor

2010-11-15 Thread TimK
to write a mail distributor. It shall send an email to all registered users with an valid email address. The distributor has no table in a data base, thus I set var $useTable = false;. But I have a user module including the email address of every registered user. I thought I can work