[appengine-java] Adding new admin to the application: Verification email not received

2011-07-20 Thread kghate
I am trying to add an admin to the application, but the verification email is simply not coming through. The email account exists and is receiving emails from other users. Google Support, please help, this is a show stopper if we cannot add admins to the application! -- You received this messag

[appengine-java] Re: Unauthorized Sender Error when trying to send an email (User logged in with Google Account)

2011-07-14 Thread kghate
Google Support Folks, please help! On Jul 12, 11:33 pm, kghate wrote: > The > documentationhttp://code.google.com/appengine/docs/java/mail/overview.htmlclearly > states > the following > > *For security purposes, the sender address of a message must be the email > addres

Re: [appengine-java] Unauthorized Sender Error when trying to send an email (User logged in with Google Account)

2011-07-12 Thread kghate
The documentation http://code.google.com/appengine/docs/java/mail/overview.html clearly states the following *For security purposes, the sender address of a message must be the email address of an administrator for the application, the Google Account email address of the current user who is si

[appengine-java] Unauthorized Sender Error when trying to send an email (User logged in with Google Account)

2011-07-12 Thread kghate
I are seeing an exception when trying to send an email via the app engine. The email is being sent via the current user account who is signed in to the app with their Google account (not a gmail account, but an email account that is a verified google account and the corresponding account verific

[appengine-java] Re: Email Sending Limits Question

2010-05-27 Thread kghate
anyone? On May 21, 11:20 am, kghate wrote: > My application sends email on behalf of users who are always logged in > via their Google Accounts. All emails get sent using the logged in > user's email address in the "From" field. This is working fine. > > I hav

[appengine-java] Email Sending Limits Question

2010-05-21 Thread kghate
My application sends email on behalf of users who are always logged in via their Google Accounts. All emails get sent using the logged in user's email address in the "From" field. This is working fine. I have these crucial open questions around spam and best practices. 1. If a rogue user sends ou

[appengine-java] Re: Updating data class resets data fields

2010-04-27 Thread kghate
any ideas on what I am doing wrong? Please help! On Apr 27, 12:31 am, kghate wrote: > I am storing some persistent data and all is working fine, I have a > simple data class per examples provided in the "Storing Data" section. > > However, I noticed that all my stored data

[appengine-java] Updating data class resets data fields

2010-04-27 Thread kghate
I am storing some persistent data and all is working fine, I have a simple data class per examples provided in the "Storing Data" section. However, I noticed that all my stored data got reset to null when I added a couple new fields to be stored. To give an example, my "employee" data class was s

[appengine-java] Sending email via Installed Applications

2010-04-14 Thread kghate
Is it possible to use GAE to send an email from an Installed Application; where users login to the installed application with their Google Account using OAuth? What needs to be done so set up Transport and Session when authenticating via OAuth to get this working? -- You received this message be

[appengine-java] URLFetchService example

2010-02-25 Thread kghate
I am trying to get a simple URLFetchService example to work, here is the code. URL url = new URL("http://www.google.com";); URLFetchService urlFetchService = URLFetchServiceFactory.getURLFetchService(); HTTPRequest httpRequest = new HTTPRequest(url,HTTPMethod.GET); HTTPResponse resp = urlFetchServ