previousMail_Queue::sendMailById (Previous) (Next) 数値計算 (Math)next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousMail_Queue::sendMailById (Previous) (Next) 数値計算 (Math)next

Download Documentation Last updated: Sun, 21 Jun 2009
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.