php - Plugins for Zend_Mail
115
Does anyone know of any email providers (such as MailChimp) that provides plugins for Zend_Mail?
Ideally I just want to configure Zend_Mail to use such a provider rather than rewrite all occasions where Zend_Mail is called?
Answer
Solution:
I think that the best solution will be own Zend_Mail_Transport class and setting it for example in bootstrap as default transport for Zend_Mail