As I said below, I carefully checked all requests to my app, and there is only calls to the task classes exactly as expected. There is definitely no mail code in my app. The only possibility is that the send_mail command is either in Django 1.0 or in AppEngine itself. Doing a quick
ack --python mail gave me a few locations where appengine_django seems to divert the django mail system to GAE's mail. However, I can't see any actual call to a send method. This must be some weird side-effect. Any clue anyone? Is there a clever way to patch the mail function with a log call to see where the call comes from and where it goes? Ben On 14 Sep 2009, at 19:59, Wooble wrote: > > Check your request logs for what requests have been hitting your > server. > > It seems very unlikely you don't have any code deployed that can send > emails, though. > > On Sep 13, 5:17 pm, Benjamin Schuster-Böckler <[email protected]> > wrote: >> I'm a bit puzzled by the statement on my dashboard that I sent more >> than 600 emails today. There's not a single line of code where I'm >> actively sending any emails. My server is still in testing, so I made >> all URL calls admin-only, just to make sure I'm not being hacked and >> used as a spam machine. However, the email count is still increasing. >> From the logs, I can't see anything unusual, only calls that I made. >> >> I'm suspecting that this must be somehow connected to me using the >> task API. Does anyone else have similar experiences? How can I find >> out what email calls are made and where they go? Any suggestions? >> >> TIA, >> >> Benjamin >> >> -- >> Benjamin Schuster-Böckler >> Pear Computer LLP >> >> 86 Cavendish Road >> Cambridge CB1 3AF >> United Kingdom >> >> Company No. OC340192 >> VAT No. 971 3948 85 > > > -- Benjamin Schuster-Böckler Pear Computer LLP 86 Cavendish Road Cambridge CB1 3AF United Kingdom Company No. OC340192 VAT No. 971 3948 85 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
