Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17138 программистов и 1834 робота. Сейчас ищут 1634 программиста ...
Mail_Queue::sendMailById
Вернуться к: Mail_Queue
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
Note
This function can not be called statically.
Вернуться к: Mail_Queue