Mail_Queue::sendMailById()

Mail_Queue::sendMailById() -- Send a specific mail.

Synopsis

require_once 'Mail/Queue.php';

bool Mail_Queue::sendMailById (integer $id)

Beschreibung

Sends a single mail from the queue specified by $id. Note: The queue entry will not be deleted automatically after delivery!

Parameter

integer $id

Mail identifier

Rückgabewert

returns True on success else false

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.