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.