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 #3270

Using several instances of Mail_Queue with one table

Details

Request #3270Using several instances of Mail_Queue with one table
Submitted2005-01-22 16:02 UTC
Fromalejandro at todomexico dot com
Assignedquipo
StatusWont fix
PackageMail_Queue
PHP VersionIrrelevant
OSLinux
Roadmaps(Not assigned)

Comments

[2005-01-22 16:02 UTC] alejandro at todomexico dot com

Description:
------------
What I´m trying to do is use the same MailQueue table to store mails from several different unrelated scripts, each script has assigned a different $id_user, put() allows me to specify a $id_user, the only problem is when sending the mail on queue, I have no way to specify that I only want to send e-mail from a unique $id_user.

It would be nice if sendMailsInQueue() have an optional parameter $id_user, so only $id_user e-mails are sent.