PHPImpact Blog: From Swift Mailer to Zend_Mail
On the PHP::Impact blog, there's a new post talking about his conversion from Swift Mailer over to the Zend_Mail component of the Zend Framework. I've recently switched from Swift Mailer to Zend_Mail...
View ArticleEran Galperin's Blog: Handling mail and mime in PHP using the Zend Framework
On the Techfounder blog (from Eran Galperin) there's a quick tutorial about using the Zend_Mail component of the Zend Framework to send both normal, plain-text emails and ones with MIME attachments....
View ArticleDeveloper.com: Sending Email with PHP
On the Developer.com website today, Jason Gilmore has a new tutorial covering a important feature of any based PHP install (unless disabled, of course) that is widely taken advantage of - sending...
View ArticleElectricToolBox.com: Method chaining with PHP
On the ElectricToolBox.com blog there's a quick post looking at method chaining in a Zend Framework application: Having used the Zend Framework on a couple of projects and spent a lot of time reading...
View ArticleAdrian Schneider' Blog: Testing Zend_Mail
In needing to test some mailing functionality in his application Adrian Schneider has come across two ways to handle it on a machine that may not have mail up and configured correctly - mail a mail...
View ArticleWeb Development Blog: PHP Mail Scripts using SMTP transport, a guide for...
From the Web Development Blog today there's a new tutorial showing you how to use STMP from PHP via one of three different tools - the Zend_Mail component of the Zend Framework, SwiftMailer and...
View ArticleZendCasts.com: Painless HTML Emails with Zend_Mail
On the ZendCasts.com site today there's a new screencast posted looking at using the Zend_Mail component of the Zend Framework to easy (and painlessly) send HTML emails. Here's a quick video...
View ArticlePaul Reinheimer's Blog: Sending Mail
Paul Reinheimer has posted about his experiences with sending mail, specifically as it relates to using the Zend_Mail component from the Zend Framework to handle the details. Like every product,...
View ArticleRob Allen: Sending attachments in multipart emails with ZendMail
Rob Allen has a new post today showing you how to use the ZendMail component of the Zend Framework 2 to send attachments with multipart emails. A multipart email allows you to combine both the HTML...
View Article