Home » Mail » Mail_Queue » Bug #3270
Using several instances of Mail_Queue with one table
Details
| Request #3270 | Using several instances of Mail_Queue with one table |
|---|---|
| Submitted | 2005-01-22 16:02 UTC |
| From | alejandro at todomexico dot com |
| Assigned | quipo |
| Status | Wont fix |
| Package | Mail_Queue |
| PHP Version | Irrelevant |
| OS | Linux |
| 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.