Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support testing email function in gae #16

Open
alexlehm opened this issue May 6, 2011 · 1 comment
Open

Add support testing email function in gae #16

alexlehm opened this issue May 6, 2011 · 1 comment

Comments

@alexlehm
Copy link

alexlehm commented May 6, 2011

I just wrote a mail handler for my GAE application, which worked quite well, but was difficult to debug since the function is not available in the dev server.

The python gae development server has a function to send test emails to the server running locally, when you call localhost:port/_ah/admin/ you can create a sample email to test the handler.

I'm not sure if a similar admin function is available in the java version of gae as well, if it is, it would be nice if the admin pages could be exposed as a route in play, if not, it would be possible to write a mail test function that creates a sample email and post it to the handler directly (in fact I could write that if you like)

@alexlehm
Copy link
Author

alexlehm commented May 9, 2011

I found the description how to use the test mail function in the java server, however this only works when using a regular war directory, it doesn't work with play dev mode, since the urls are not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant