To keep below the email quota create a queue that is limited to 2000 tasks per day (or whatever quota you pay for) and make sure your email sending routines run as tasks in this queue. That way if anything happens that would go over the quota those emails will be delayed until the next day.
On Apr 23, 9:51 am, Massimiliano <[email protected]> wrote: > Hi, > I'm building a website where users can invite other users. Can you help me > with two questions: > > 1. There is a build in function in appengine to build confirmation links? > How do you build your confirmation links? > 2. I want to not exceed the daily email quote. How can I check the number > of emails just sent in the day? > > Thanks > > Massimiliano > > --www.themaxbuddies.com<http://goo.gl/WoxEN> -- 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.
