previousMail_Queue::sendMail (Previous) (Next) Mail_Queue::sendMailsInQueuenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Mail_Queue::sendMailById

Mail_Queue::sendMailById() – Envoyer un mail bien précis de la file

Synopsis

require_once 'Mail/Queue.php';

boolean Mail_Queue::sendMailById ( integer $id )

Description

Envoie un courrier simple de la file d'attente identifié par $id. Note : Il ne sera pas supprimé automatiquement de la file d'attente après la livraison !

Parameter

integer $id

Identifieur du mail

Return value

retourne Vrai en cas de succès. Faux en cas d'echec.

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousMail_Queue::sendMail (Previous) (Next) Mail_Queue::sendMailsInQueuenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.