News Feed
Jobs Feed
Sections




News Archive
Arvind Bhardwaj's Blog:
How to Test PHP Emails on Localhost
June 09, 2012 @ 12:02:20

In this quick tutorial Arvind Bhardwaj shows a method for testing your scripts that need to send emails, but on your localhost system.

While developing web applications on localhost you must have always missed the functionality to send mails. As localhost does not support email service, so it has always been a bottleneck for email testing on localhost. But I have found a simple way to test emails on localhost using PHP. I have overridden the default mail() function of PHP to create a text/html file based on the email format. If the email is in html format, an HTML file is created otherwise a text file is created. You can see in this file what exactly is the content sent in your mail. See how does it work.

He shows how to override the mail function with your own custom "mail" function, just in a difference namespace. He includes the sample code to send the email (the "mail" function), a basic HTML template you can use and and example of it in use.

0 comments voice your opinion now!
mail localhost email tutorial testing


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: OSCON 2006 Redux

Håvard Eide's Blog: ChaosMonkey

Pádraic Brady's Blog:Doing that thing called PEAR - Packaging Source Code for PEAR Distribution

Stefan Mischook's Blog: How to call functions from another class

CodeIgniter Blog: New Site Enhancements


Community Events











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


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

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