Home » Mail » Mail_Queue » Bug #2279
Doesn't delete mails
Details
| Submitted | 2004-09-04 15:50 UTC |
|---|---|
| From | jacob at pajamadesign dot com |
| Assigned | quipo |
| Status | Bogus |
| Package | Mail_Queue |
| PHP Version | 4.3.4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-09-04 15:50 UTC] jacob at pajamadesign dot com
Description:
------------
Everything is working, but the mails are not deleted. I used the examples from the tutorial to the Tee. I'm using the buffer example.
Thanks
Jacob
Reproduce code:
---------------
while ($mail = $mail_queue->get()) {
$result = $mail_queue->sendMail($mail);
if(PEAR::isError($result)) {
die($result->get_message());
}
}
[2005-01-07 13:22 UTC] pauluz at gazeta dot pl
Hehehe. Strange, cause only sendMailsInQueue() method deletes mails according to $delete_after_send state. ;-)
Use this method.