PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_Queue » Bug #2279

Doesn't delete mails

Details

Submitted2004-09-04 15:50 UTC
Fromjacob at pajamadesign dot com
Assignedquipo
StatusBogus
PackageMail_Queue
PHP Version4.3.4
OSLinux
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.