Home » Mail » Mail_Queue » Bug #8966
Features
Details
| Request #8966 | Features |
|---|---|
| Submitted | 2006-10-11 12:40 UTC |
| From | satanistlav at mail dot ru |
| Assigned | quipo |
| Status | Wont fix |
| Package | Mail_Queue |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-10-11 12:40 UTC] satanistlav at mail dot ru
Description:
------------
Is there anybody still developing this package?
It would be good to add pdo container package and feature to pass initalized db connection object to the container constructor!
Test script:
---------------
$db_options['type'] = 'db';
// the others are the options for the used container
// here are some for db
$db_options['dsn'] = 'mysql://user:password@host/database';
$db_options['mail_table'] = 'mail_queue';
//something like this
$db_options['dbc'] = $db // initialized DB_Common object
[2006-10-12 14:57 UTC] satanistlav at mail dot ru
Sometimes we need to send some queries to set some configurations like setting connection encoding ("set names cp1251") to display cyrilic characters properly!
[2007-01-24 11:52 UTC] satanislav at mail dot ru
It would be great if you add to the new package a priority option for mail in queue. For example: registration confirmation mail or error log mails have to be sent earlier than Mailing List subscriber mails. They should not have to wait long 2000 queueing list.
Thanx.