Last Updated: February 25, 2016
·
432
· brunoripa

Appengine, MacOSX and mail service

If you need to use a local mail server on MacOSX during your development, you just have to run dev_appserver.py with the option:

--smtp_host=127.0.0.1

and be sure to have Postfix running, by launching:

sudo postfix start