[google-appengine] Re: "Admins Emailed" quota not working?

2010-02-10 Thread Nickolas Daskalou
My bad, I think I have to use mail.send_mail_to_admins() instead of mail.send_mail(). Nick On Feb 11, 4:30 am, Nickolas Daskalou wrote: > I'm sending emails to email addresses that are admins (aka. Admin > Console Developers) and those emails are using "Recipients Emailed" > quota instread of "

[google-appengine] Re: Admins Emailed quota ?

2009-10-14 Thread Prashant
java. then how do I send mail to admins using java..? --~--~-~--~~~---~--~~ 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 fr

[google-appengine] Re: Admins Emailed quota ?

2009-10-14 Thread Nick Johnson (Google)
Hi Prashant, What runtime are you using? This list is for Python apps. -Nick Johnson On Wed, Oct 14, 2009 at 5:27 PM, Prashant wrote: > hey, > > i can not find any *sendToAdmins *method, there is only one method > available *: Transport.send(msg);* > > > > > -- Nick Johnson, Developer Progra

[google-appengine] Re: Admins Emailed quota ?

2009-10-14 Thread Prashant
hey, i can not find any *sendToAdmins *method, there is only one method available *: Transport.send(msg);* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: Admins Emailed quota ?

2009-10-05 Thread Prashant
thanks a lot.. --~--~-~--~~~---~--~~ 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-ap

[google-appengine] Re: Admins Emailed quota ?

2009-10-05 Thread Aurelian
i suppose you code something like MailService ms = MailServiceFactory.getMailService(); ... try { ms.send(msg); } .. You should use ms.sendToAdmins(msg); instead.. Regards. On 4 Ott, 19:53, Prashant wrote: > Hi, > > Whenever I mail to myself, it always counts to Recipients Emailed q