Mail_Queue::factorySendMail (Previous) (Next) Mail_Queue::put

View this page in Last updated: Sun, 01 Jul 2007
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Mail_Queue::get()

Mail_Queue::get() -- Get next mail from queue.

Descripción

Get next mail from queue. The emails are preloaded into an internal memory buffer to speed up the process. Since Mail_Queue v.1.1, the preload() method doesn't preload ALL the mails in memory, but just a few of them each time. When the buffer is empty, it is filled again automatically. You can set the size of the buffer via the setBufferSize() method.

Valor devuelto

returnsMail_Queue_Body object

Lanza

throws no exceptions thrown

Nota

Esta función no puede ser llamada estáticamente.

Mail_Queue::factorySendMail (Previous) (Next) Mail_Queue::put

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.