<?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>Mon, 20 May 2013 11:05:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Richard Davey's Blog: POP before SMTP Authentication for PHPMailer]]></title>
      <guid>http://www.phpdeveloper.org/news/4332</guid>
      <link>http://www.phpdeveloper.org/news/4332</link>
      <description><![CDATA[<i>Richard Davey</i> has <a href="http://www.corephp.co.uk/archives/18-POP-before-SMTP-Authentication-for-PHPMailer.html">this new post</a> today on his blog with a look at integrating POP authentication into the <a href="http://phpmailer.sourceforge.net/">PHPMailer</a> package.
<p>
<quote>
<i>
Although it provides sending via SMTP, it only supports direct SMTP Authentication. Which was great until an application I built moved host and needed "POP before SMTP" Authentication instead. So I wrote this class. I figured I'd post it here incase anyone else had a use for it.
<p>
This is built for PHP Mailer 1.72 and was not tested with any previous version. It was developed under PHP 4.3.11 (E_ALL). It works under PHP 5 and 5.1 with E_ALL, but not in Strict mode due to var deprecation (but then neither does PHP Mailer either!). It follows the RFC 1939 standard explicitly and is fully commented.
</i>
</quote>
<p>
From there, he <a href="http://www.corephp.co.uk/archives/18-POP-before-SMTP-Authentication-for-PHPMailer.html">shows you how to use it</a>, including the classes, creating a new POP3 object and setting the user/pass for it, as well as a little (quick) documentation on how to use it. You can grab the files for this update <a href="http://www.corephp.co.uk/files/POP_before_SMTP_PHPMailer.zip">here</a>.]]></description>
      <pubDate>Fri, 18 Nov 2005 05:45:20 -0600</pubDate>
    </item>
  </channel>
</rss>
