PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
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.