Mail_Queue | Math |
Mail_Queue | |
PEAR Manual | |
require_once 'Mail/Queue.php'; |
mixed Mail_Queue::sendMailsInQueue (
integer $limit = MAILQUEUE_ALL
, integer $offset = MAILQUEUE_START
, integer $try = MAILQUEUE_TRY
)
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.
Mail_Queue | Math |
Mail_Queue | |
PEAR Manual | |