-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Mail_Queue
's current public API leaves a lot to be desired.
- use
ArrayObject
to be able to iterate across the queue more easily - remove
put
and implement something likeadd(Body $mail)
- take a look at the
callback
implementation - add fluent interfaces
- add
set*()
methods for what is public (and do proper validations)
Mail sending
- decouple mail sending
- allow/support different mailers (
Zend_Mail
,Zend\Mail
,Swiftmailer
)
Containers
- add a Doctrine container
- research suitable systems for this
logger
- supporting a logger would be nice as well to escalate to syslog, etc.
- figure out if PEAR has something suitable (or use
Zend\Log
ormonolog
)
Metadata
Metadata
Assignees
Labels
No labels