[appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Prashant
anyone??? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.co

[appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread rnawky
You set them up as an administrator to your App Engine Application On Dec 1, 11:55 pm, Prashant wrote: > Hi, > > whosoever I send a mail it gets counted in "Recipients Emailed" quota, how > do I use "Admins Emailed" quota to send mails to admins. > > Thanks. -- You received this message because

[appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-23 Thread hu
means the email counts that be sent to admin-account? On Dec 3, 10:19 pm, Don Schwarz wrote: > http://code.google.com/appengine/docs/java/mail/usingjavamail.html#Fe... > > On Thu, Dec 3, 2009 at 8:00 AM, Prashant wrote: > > anyone??? > > > -- > > You received this message because you are subscri

Re: [appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Don Schwarz
http://code.google.com/appengine/docs/java/mail/usingjavamail.html#Features_of_the_Low_level_API On Thu, Dec 3, 2009 at 8:00 AM, Prashant wrote: > anyone??? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this

Re: [appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Prashant
thanks a lot -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups

Re: [appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Prashant
what if I want to send only one of the admins? there is no way, right? does that work for XMPP also? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To un

Re: [appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Prashant
no, no, I meat to say that, suppose there are 3 admins and I want to send mail to only one admin using admin quota. this is not possible, rite? And, does following work for XMPP? XMPPServiceFactory.getXMPPService() .sendMessage( new MessageBuilder() .withRecipientJids(new JID(*"admi

Re: [appengine-java] Re: how do i use "Admins Emailed" quota?

2009-12-03 Thread Don Schwarz
On Thu, Dec 3, 2009 at 12:02 PM, Prashant wrote: > no, no, I meat to say that, suppose there are 3 admins and I want to send > mail to only one admin using admin quota. this is not possible, rite? > > Correct. > And, does following work for XMPP? > > XMPPServiceFactory.getXMPPService() > .sendM