require_once 'Mail/Queue.php';
bool Mail_Queue::sendMailById (integer $id)
bool Mail_Queue::sendMailById
Sends a single mail from the queue specified by $id. Note: The queue entry will not be deleted automatically after delivery!
Mail identifier
returns True on success else false
throws no exceptions thrown
This function can not be called statically.