require_once 'Mail/Queue.php';
mixed Mail_Queue::sendMailsInQueue ([integer $limit = MAILQUEUE_ALL [, integer $offset = MAILQUEUE_START [, integer $try = MAILQUEUE_TRY]]])
mixed Mail_Queue::sendMailsInQueue
Sends mails remaining in queue.
Optional - maximum number of mails to send.
Optional - skip $offset mails and start sending from there.
Optional - count of tries before mail returns to queue for later delivery.
returnsTrue on success else Mail_Queue_Error object.
throws no exceptions thrown
This function can not be called statically.