News Feed
Jobs Feed
Sections




News Archive
Reddit.com:
How do you test email when in development?
August 31, 2011 @ 12:58:53

In this recent post to Reddit, a question is asked that's an issue for many developers testing the email sending abilities of their applications - how can it be tested effectively without outside services flagging you as a possible spammer.

So how do you guys do it? My current solution is to just output the email template HTML straight to the browser, but this doesn't always work. [...] I have considered sending emails through to my GMail, but I run my tests quite often and I'm not sure Google would be too happy with the amount I send. [...] I'm sure there's a better way I can handle this without modifying my code too much. Suggestions appreciated.

Suggestions from the comments include:

  • a local SMTP/IMAP server configured to catch all emails being sent
  • Changing the address based on an environment flag
  • Using "@example.com"
  • Saving the email as a .msg file for later review

There's also suggestions of other Mac or Windows software to mimic the mail server like smtp4dev and MockStmp

2 comments voice your opinion now!
test email recommendation server imap stmp windows osx


blog comments powered by Disqus

Similar Posts

Cory Fowler: Enabling PHP 5.4 in Windows Azure Web Sites

Michael Kimsal's Blog: Generate random test data

Elizabeth Smith's Blog: PECL on Windows - Yes I'm odd

Bill's IIS Blog: PHP on IIS7 w/FastCGI

Sean Coates' Blog: php-5.2.5 on Leopard


Community Events











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


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

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