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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo