Alternatively you can write test case for your App Engine application and use [LocalMailServiceTestConfig][1] and [LocalMailService.getSentMessages][2] with [testbed][3].
[1]: https://developers.google.com/appengine/docs/java/tools/localunittesting/javadoc/com/google/appengine/tools/development/testing/LocalMailServiceTestConfig [2]: https://developers.google.com/appengine/docs/java/tools/localunittesting/javadoc/com/google/appengine/api/mail/dev/LocalMailService#getSentMessages() [3]: https://developers.google.com/appengine/docs/java/tools/localunittesting#Writing_Tests_for_Other_Services On Wed, Jan 2, 2013 at 12:05 PM, Blaine Garrett <[email protected]>wrote: > Add the --enable_sendmail flag. > If you use the console, just add that as a command line argument. If you > use the launcher, there is a setting for command line arguments to run when > starting the dev server. Paste it in there. > > That said, you need to make sure sendmail is installed, which at least for > me on OSX is installed by default. > > > On Sunday, December 30, 2012 6:10:42 PM UTC-6, Sanjaya Wijeratne wrote: >> >> Hi Everyone, >> >> I would like to test my mail API and functionality in the Google App Eng >> Development server as part of the Eclipse Plugin. Is there a way to do >> this? Do I have to push it to GAE before I can test anything? >> >> Thanks >> -Sanjaya >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/29PXjkbTTfMJ. > > 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. > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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.
