Mail_Queue::sendMailsInQueue

Mail_Queue::sendMailsInQueue() – キューからメールを送信する

Synopsis

require_once 'Mail/Queue.php';

mixed Mail_Queue::sendMailsInQueue ( integer $limit = MAILQUEUE_ALL , integer $offset = MAILQUEUE_START , integer $try = MAILQUEUE_TRY )

Description

キューに残っているメールを送信します。

Parameter

integer $limit

オプション - 送信するメールの最大数を指定します

integer $offset

オプション - $offset 分のメールをスキップし、そこから送信を開始します

integer $try

オプション - あとで送信するためメールをキューに戻す前に試みる回数を指定します

Return value

returns成功の場合 True、さもなければ Mail_Queue_Error オブジェクト

Throws

throws 投げられる例外はありません

Note

This function can not be called statically.