On Mon, May 17, 2010 at 6:41 AM, Ralf Eggert <[email protected]> wrote: > Hi Jurian, > >> I'd store only the data. The instance of Zend_Mail can be reused with new >> data >> to send the next mail, so you don't need to instantiate Zend_Mail for each >> new >> email. > > That is the solution I am implementing now. Its also a matter of > performance since I need to create almost 50.000 mails. Creating these > mails and saving them in a Zend_Queue will take much more time than just > saving some primary keys. > > Thanks and best regards, > > Ralf >
Maybe you want to look at Mail_Queue: http://pear.php.net/Mail_Queue Till
