News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Richard Davey's Blog:
POP before SMTP Authentication for PHPMailer
November 18, 2005 @ 05:45:20

Richard Davey has this new post today on his blog with a look at integrating POP authentication into the PHPMailer package.

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.

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.

From there, he shows you how to use it, 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 here.

0 comments voice your opinion now!
php phpmailer pop smtp class php phpmailer pop smtp class



Similar Posts

php|architect: Seven Promotions for Seven Days

SitePoint PHP Blog: Living Dangerously with PHP and UTF-8

SitePoint PHP Blog: SmartLoader Reloaded

OpenIdeasCompany.com: Redeclaring native PHP functions

DevShed: Building a PHP5 Form Processor - Coding the Form Validator Module


Community Events









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


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

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