Are there any CakePHP Email Plugin/Compnonents?
I am building an application that will need to send emails on numerous occasions like Account activation, password reset link and various other notifications.
I am using Cakephp 1.3.2.
Would prefer a pl开发者_StackOverflow社区ugin or component where I can create templates and just pass variables and it sends an email.
Why don't you use CakePHP's default functionality?
http://book.cakephp.org/view/269/Sending-a-basic-message
In the past I used SwiftMailer: http://swiftmailer.org/ It's an excellent, flexible and well documented component with a cakephp component available in the bakery: http://bakery.cakephp.org/articles/view/swiftmailer-component-tutorial
Now, though, I usually use the CakePHP core component.
精彩评论