Google app engine using Python- Emails having the same instance not being delivered.
22 views
Skip to first unread message
Tribblehunter
unread,
Aug 4, 2012, 12:18:59 PM8/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi.
Using app engine free quota to forward information in an email which is sent from android app.
Information is parsed in app engine using python then mailed from google app engine.
At times emails have not arrived at the recipient. I took a long look at the last time this happened and found that the emails had the same instance. The first one (sent from 1 user) was recieved, but the second (sent from another user 30 mins later) didnt.
Can someone confirm that having the same instance is correct/incorrect? all the other emails have different instances.
This is a critical part of the application and without it working everytime the package i have created is as useful as a rubber hammer for breaking rocks....
Thanks in advance for any help.
Brian
hyperflame
unread,
Aug 4, 2012, 1:58:26 PM8/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Using the same instance is fine, the second email was most likely spam-
filtered (emails from GAE get incorrectly caught in spam filters a
lot). You're better off using a email service like Amazon SES.