send_mail() takes good amount of time to execute. Call it repeatedly
in a loop and your request will soon time out:
http://code.google.com/status/appengine/detail/mail/2008/12/18#ae-trust-detail-mail-send-mail-latency

In my app I send one e-mail per request (triggered from an external
box) and also have a delay between requests to avoid over-quota
errors.

--
www.muspy.com

On Dec 19, 7:35 am, stelg <stelg.best...@gmail.com> wrote:
> I am sending 1 email  to about 200 persons using a loop
>
> De email text is evrytame teh same, the TO address is derived from a
> Bigtable entity.
> I store each email separately.
>
> Strange enough sometimes i have 10 or 20 adresses receiving the email,
> but not all. I do have a try: except around it so failures should be
> skipped.
>
> The program is not over the CPU limiets and nothing in the logs. It
> looks to me that everything is fine, but the emails are in
> cyberspace....
>
> I tried to use BCC but that does not work.
> I am not spamming. We are a foundation with about 250 registered
> members who have been victum to fraude. We organised ourselves through
> Google App Engine!
> regards
>
> Any help our a working example for a loop of emails so taht i can
> verify my code would be helpful. I am sitting now behind another PC so
> i cannot post code yet
> Stelg
--~--~---------~--~----~------------~-------~--~----~
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