Re: SwiftMailer Component not working CakePHP 2.0.5

2013-06-07 Thread Savio Thallis
In this case you need use App::import. App::import('Vendor', 'Swift', array('file' => 'Swift'.DS.'lib'.DS.'swift_required.php')); Em segunda-feira, 16 de janeiro de 2012 05h07min23s UTC-2, Craig escreveu: > > Hi All, > > I have followed the guide on the Cake Bakery using the the SwiftMailer >

Re: SwiftMailer Component not working CakePHP 2.0.5

2012-01-16 Thread majna
require APP . ' Vendor' . DS . 'Swift' . DS . 'lib' . DS . 'swift_required.php'; What i wrong with that? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP relat

SwiftMailer Component not working CakePHP 2.0.5

2012-01-15 Thread Craig Brandt
Hi All, I have followed the guide on the Cake Bakery using the the SwiftMailer component: http://bakery.cakephp.org/articles/rajibahmed/2011/02/23/cakephp_swiftmailer4_x_x_component_with_batch_send I have followed the instructions but keep getting 'failed to send email: SwiftMailer was not inclu