-
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
ArrayObjectto be able to iterate across the queue more easily - remove
putand implement something likeadd(Body $mail) - take a look at the
callbackimplementation - 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\Logormonolog)
Metadata
Metadata
Assignees
Labels
No labels