News Feed
Jobs Feed
Sections




News Archive
Adrian Schneider' Blog:
Testing Zend_Mail
February 15, 2010 @ 11:09:56

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 transport class or sent up a pseudo mail server.

I think a staging environment is more appropriate to actually have email being sent out. Nevertheless, it has made testing any email functionality a little cumbersome. I've done a little research, and have found two ways to tackle the problem. I've also included code samples and other resources to get you started.

The first method - the transport class - uses the Zend_Mail_Transport component (and interfaces) to set the transport for the application and handle the routing from an extension of the Abstract class. The second method involves changes to system settings in the php.ini and adding in a simple script to force a forward to the right address. Windows users can also use fakemail to accomplish a similar thing.

1 comment voice your opinion now!
test zendmail transport phpini fakemail tutorial


blog comments powered by Disqus

Similar Posts

SitePoint.com: Scheduling Tasks in WordPress: a Plugin Developer's Guide

Derick Rethans' Blog: Random Bugs and Testing RCs

UncleCode.com: Install PHPUnit Manually without Pear for a Single Project

PHPMaster.com: A First Look at React

ProDevTips.com: Zend Amf and class mapping with Flash CS3 / AS3


Community Events











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


community language phpunit zendframework2 code development example release functional object series introduction opinion composer unittest interview framework testing tool podcast

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