-
Notifications
You must be signed in to change notification settings - Fork 1
RFC: ZfcMail
EvanDotPro edited this page Sep 14, 2012
·
7 revisions
RFC Author(s): Evan Coury
ZfcMail would be a module for handling all of the common activities surrounding sending e-mail from applications. This would mainly include email templates and transport adapters. This functionality would be useful for everything from password reset emails for ZfcUser to simple notifications, full blown mailing lists, and sending newsletters.
- Support for pluggable mail transports SlmMail is a good example of this. Should support third-party modules which provide additional transports.
- Support view-based templates, rendered via Zend\View.
- Support database-driven templates (should support Zend\Db and Doctrine).
- Takes into consideration accessibility (HTML and text-based version of each template, etc).
None.
- ZfcBase - for the AbstractDbMapper when using Zend\Db for database templates.
I believe both module authors would be in support of unifying under a single ZF-Commons e-mail module.
TBD.
- Rob Allen - No Vote
- Ryan Mauger - No Vote
- Ben Scholzen - No Vote
- Evan Coury - No Vote
- Kyle Spraggs - No Vote
- Artur Bodera - No Vote
- Matthew Weier O'Phinney - No Vote
Click here to view comments and discussion for this RFC.