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