Mail_Queue::sendMailById
Mail_Queue::sendMailById() – Send a specific mail.
Synopsis
require_once 'Mail/Queue.php';
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!
Parameter
-
integer
$id
-
Mail identifier
Return value
returns True on success else false
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.