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
