You could construct the email and post it to /_ah/mail yourself. Or, you could certainly setup a test instance or different version on production.
Just for reference: http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/webapp/mail_handlers.py#37 http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/admin/templates/inboundmail.html Robert On Wed, Feb 23, 2011 at 21:24, Carlos Aguilar <[email protected]> wrote: > In my app, we receive email with txt files that we need to read and store > the data in the datastore. > I don't know why we receive the emails, but data is not being store. We > would like to debug, but we don't know how to send emails with attachments > to the developer server. > Is there any solution? > Thanks. > Carlos > > -- > 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. > -- 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.
