You could construct the post yourself.  Perhaps you could do this by
writing a simple script that posts the message to your dev_server
handler -- it could be a separate script.

Build an email:
  http://docs.python.org/library/email

Make the request however you want, via urllib for example.



Robert




On Thu, Feb 24, 2011 at 06:29, Carlos Aguilar Moreno
<c.aguim...@gmail.com> wrote:
> Thanks.
> But, how can I attach a file if I can't have access to the disk from de 
> development server?
>
> Carlos
>
> El 24/02/2011, a las 05:53, Robert Kluin escribió:
>
>> 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 <c.aguim...@gmail.com> 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 google-appengine@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> 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 google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to