I'm working on automated testing with Selenium for my App Engine app. I need the ability to assert the state of emails sent by dev_appserver.py during the tests. A simple smtpd.SMTPServer subclass should do the trick, but I've run into a blocking issue with -- smtp_host and --smtp_post not working for dev_appserver.py.
The issue I have hit is described in <http://code.google.com/p/ googleappengine/issues/detail?id=626>. My question is this: Huh? Do these documented command line arguments really not work at all? They are mentioned in many places across the web, but they are completely broken as far as I can tell. I know I can use the --enable_sendmail option, but sendmail is a major pain to configure. Additionally, I'm doing my development on OS X which I believe uses sendmail for Mail.app; I'd like to not muck with my system configuration. Is there a workaround? Thanks! Brandon -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
