<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 12 Feb 2012 20:30:17 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Web Development Blog: PHP Mail Scripts using SMTP transport, a guide for beginners]]></title>
      <guid>http://www.phpdeveloper.org/news/14333</guid>
      <link>http://www.phpdeveloper.org/news/14333</link>
      <description><![CDATA[<p>
From the Web Development Blog today there's a new tutorial showing you how to <a href="http://www.web-development-blog.com/archives/php-mail-scripts-using-smtp-transport-a-guide-for-beginners/">use STMP from PHP</a> via one of three different tools - the <a href="http://framework.zend.com">Zend_Mail</a> component of the Zend Framework, <a href="http://swiftmailer.org">SwiftMailer</a> and <a href="http://phpmailer.worxware.com">PHPMailer</a>.
</p>
<blockquote>
PHP has a <a href="http://www.finalwebsites.com/forums/topic/php-mail-script">very simple mail function</a> which is used very often for basic text mail messages. What if you need to attach files or if you need to send your e-mail messages via SMTP? Than it's time to use a more advanced script. This is because the standard mail function has only limited standard capabilities.
</blockquote>
<p>
Snippets of code are included for each of the three showing how to send a simple email with the usual "To", "From" and body contents. All of the tools have the ability to include attachments, but that's not included here.
</p>]]></description>
      <pubDate>Mon, 12 Apr 2010 10:47:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Fabien Potencier's Blog: Swift Mailer Takeover]]></title>
      <guid>http://www.phpdeveloper.org/news/13240</guid>
      <link>http://www.phpdeveloper.org/news/13240</link>
      <description><![CDATA[<p>
As is mentioned in <a href="http://fabien.potencier.org/article/33/swift-mailer-takeover">the latest post</a> to his blog, <i>Fabien Potencier</i> has taken over as the project manager for the <a href="http://www.swiftmailer.org/">SwiftMailer</a> project:
</p>
<blockquote>
This is a great honor for me to take over such a project. The Swift Mailer project has been initiated by Chris Corbyn some years ago. He has done a wonderful job during the years, trying to find the best way to create a top-notch emailing solution for PHP. With the release of the 4th version of Swift Mailer earlier this year, I think we now have a very solid mailing library. 
</blockquote>
<p>
As a part of the effort to expand the use of the mailing library, it will become the default emailing solution for <a href="http://www.symfony-project.org/">the Symfony framework</a>. You can learn more about Swift Mailer from <a href="http://www.swiftmailer.org/">the project's website</a>.
</p>]]></description>
      <pubDate>Thu, 17 Sep 2009 10:44:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: From Swift Mailer to Zend_Mail]]></title>
      <guid>http://www.phpdeveloper.org/news/10496</guid>
      <link>http://www.phpdeveloper.org/news/10496</link>
      <description><![CDATA[<p>
On the PHP::Impact blog, there's a <a href="http://phpimpact.wordpress.com/2008/06/27/from-swift-mailer-to-zend_mail/">new post</a> talking about his conversion from Swift Mailer over to the Zend_Mail component of the Zend Framework.
</p>
<blockquote>
I've recently switched from Swift Mailer to Zend_Mail and, to be honest, I'm loving it. Finally someone developed a lightweight, powerful and easy to use Mail component!
</blockquote>
<p>
He includes <a href="http://phpimpact.wordpress.com/2008/06/27/from-swift-mailer-to-zend_mail/">an example or two</a> showing a basic mailer script, one that uses a fluent interface, one sending an HTML email and two that show how to use a remote SMTP server.
</p>]]></description>
      <pubDate>Fri, 27 Jun 2008 07:55:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: How to send emails in symfony 1.1]]></title>
      <guid>http://www.phpdeveloper.org/news/10398</guid>
      <link>http://www.phpdeveloper.org/news/10398</link>
      <description><![CDATA[<p>
On the Symfony blog, there's a <a href="http://www.symfony-project.org/blog/2008/06/10/how-to-send-emails-in-symfony-1-1">new post</a> showing the answer to a common question framework users have - what's the best way to send emails from inside our framework applications.
</p>
<blockquote>
Sending mails is a web developer's everyday task, and symfony 1.1 let you do this easier than ever using Swift Mailer. <a href="http://www.swiftmailer.org/">Swift Mailer</a> is a well thought, fully featured PHP5 object library that will cover 120% of your mailing needs.
</blockquote>
<p>
They show how to create a partial or a component in your application that generates the content for the emails and pushes that result out to the Swift Mailer application. They <a href="http://www.symfony-project.org/blog/2008/06/10/how-to-send-emails-in-symfony-1-1">show</a> the (simple) installation from a svn checkout and two examples of sending emails, one simple and another with a multipart message.
</p>]]></description>
      <pubDate>Thu, 12 Jun 2008 10:25:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract - Episode 6: SwiftMailer]]></title>
      <guid>http://www.phpdeveloper.org/news/8101</guid>
      <link>http://www.phpdeveloper.org/news/8101</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/2213-PHP-Abstract-Podcast-Episode-6-SwiftMailer">posted their latest episode</a> of their podcast - PHP Abstract - with a show hosted by <i>Chris Corbyn</i> on SwiftMailer.
</p>
<blockquote>
<p>
Our special guest today is Chris Corbyn. Chris is a professional Software Engineer based in the United Kingdom. He is fluent in PHP, JavaScript, XHTML as well as database design and management. In his spare time, Chris enjoys Snooker and Badminton.
</p>
<p>
Chris is going to talk to us about his open source project, SwiftMailer and how it can help you in your PHP applications.
</p>
</blockquote>
<p>
The show mentions both <A href="http://www.swiftmailer.org/">SwiftMailer</a> and the <a href="http://forums.devnetwork.net">the PHP Developer's Network</a>. You can grab the download directly from <a href="http://s3.amazonaws.com/php_abstract_2007/php_abstract_episode_006.mp3">here</a> or just subscribe to the podcast's feed <A href="http://feeds.feedburner.com/phpabstract">here</a>.
</p>]]></description>
      <pubDate>Fri, 22 Jun 2007 08:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery Blog: SwiftMailer Component Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/6943</guid>
      <link>http://www.phpdeveloper.org/news/6943</link>
      <description><![CDATA[<p>
On The Bakery (the CakePHP blog) today, there's <a href="http://bakery.cakephp.org/articles/view/193">a new tutorial</a> covering the SwiftMailer Component:
</p>
<blockquote>
I would still advise you read the Swift Mailer documentation here: <a href="http://www.swiftmailer.org/docs/">http://www.swiftmailer.org/docs/</a>
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!).
</blockquote>
<p>
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:
<ul>
<li>connecting to the local MTA (like sendmail or a SMTP server)
<li>configuring the authentication for sending
<li>and, of course, creating a message to go out
</ul>
They <a href="http://bakery.cakephp.org/articles/view/193">demonstrate the creation of this</a> through a view in the application that can natively send both HTML and plain-text emails.
</p>]]></description>
      <pubDate>Tue, 19 Dec 2006 17:19:00 -0600</pubDate>
    </item>
  </channel>
</rss>

