News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
The Bakery Blog:
SwiftMailer Component Tutorial
December 19, 2006 @ 17:19:00

On The Bakery (the CakePHP blog) today, there's a new tutorial covering the SwiftMailer Component:

I would still advise you read the Swift Mailer documentation here: http://www.swiftmailer.org/docs/ SwiftMailer Component isn't an attempt to hide the already excellent class written by Chris Corbyn. Rather, the component tries to integrate and extend it (read, Cake-ish!).

They walk through the installation and where to unpack the download to ensure it works with your installation of CakePHP. You'll need to add the component to the main controller, but other than that, you're ready to go. From there it's configuration issues:

  • connecting to the local MTA (like sendmail or a SMTP server)
  • configuring the authentication for sending
  • and, of course, creating a message to go out
They demonstrate the creation of this through a view in the application that can natively send both HTML and plain-text emails.

0 comments voice your opinion now!
bakery cakephp tutorial swiftmailer component email bakery cakephp tutorial swiftmailer component email



Similar Posts

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

PHPit.net: Handling dates and times in PHP & MySQL

php|architect: Using Zend framework Components In CakePHP

DevShed: Introducing the Flyweight Pattern with PHP 5

DevShed: Performing Full-text and Boolean Searches with MySQL


Community Events







Don't see your event here?
Let us know!


developer book conference PEAR framework PHP5 cakephp example code database releases security zendframework release package mysql job zend application ajax

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework