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 <[email protected]> wrote:
> Hi,
>
> Whenever I mail to myself, it always counts to Recipients Emailed quota
> only, it never counts to Admins Emailed quota. any idea why???
>
> Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to