In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


Testing mail locally with the Google App Engine Development Web Server

The Google App Engine Mail API lets you easily send email from your applications. However, I found it difficult to test it locally when using the Development Web Server. The documentation states that you can either use an existing SMTP provider or sendmail with the local server but the former solution didn't work for me with [...]