previousMail_Queue::sendMail (Previous) (Next) Mail_Queue::sendMailsInQueuenext

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::sendMailById

Mail_Queue::sendMailById() – 特定のメールを送信する

Synopsis

require_once 'Mail/Queue.php';

bool Mail_Queue::sendMailById ( integer $id )

Description

キューから $id で特定される 1 通のメールを送信します。注意: キューエントリは配送後自動的に削除されません!

Parameter

integer $id

メールの識別子を指定します

Return value

returns 成功の場合 True、さもなければ false

Throws

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

Note

This function can not be called statically.

previousMail_Queue::sendMail (Previous) (Next) Mail_Queue::sendMailsInQueuenext

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.