Hi Venkat

I think there was some confusion. According to the docs, you can send from 
any of the following:

-   The Gmail or Google Apps Account of the user who is currently signed in.
-   Any email address of the form [email protected] or 
[email protected].
-   Any email address listed in Email API Authorized Senders 
<https://console.developers.google.com/project/_/appengine/settings?_ga=1.51183914.262877164.1438103342>
 
found in the App Engine Settings page of the Developers Console.

You don't need to add "[email protected]", you can use it 
directly. 

The same document, just a little lower, says the following about which 
email addresses can be added as Authorized Senders: "All email addresses on 
the Email API Authorized Senders 
<https://console.developers.google.com/project/_/appengine/settings> list 
need to be valid Gmail or Google-hosted domain Accounts."

So it's normal that you can't add it, but you should not need to :).

Cheers!

On Thursday, August 13, 2015 at 2:37:34 PM UTC-4, Venkat Yuvaraj wrote:
>
>
> tried adding as [email protected] but getting an 
> error.
>
>
> Begin forwarded message:
>
> *From: *support <[email protected]>
> *Subject: **Fwd: Google Cloud Email not working with Email Added---*
> *Date: *August 13, 2015 at 9:53:17 AM PDT
> *To: *"Patrice (Cloud Platform Support)" <[email protected]>
> *Cc: *Google App Engine <[email protected]>, 
> [email protected]
>
> I checked here also.. it shows it exist..
>
>
>
> Begin forwarded message:
>
> *From: *support <[email protected]>
> *Subject: **Fwd: Google Cloud Email not working ---*
> *Date: *August 13, 2015 at 9:29:57 AM PDT
> *To: *"Patrice (Cloud Platform Support)" <[email protected]>, Google 
> App Engine <[email protected]>, [email protected]
>
> I checked in the older version console but I see this email id as Active. 
> but it is not showing in the new Dashboard UI and getting the error in 
> adding. It was working yesterday though.
>
>
>
>
> Begin forwarded message:
>
> *From: *support <[email protected]>
> *Subject: **Re: Google Cloud Email not working ---*
> *Date: *August 13, 2015 at 9:16:39 AM PDT
> *To: *"Patrice (Cloud Platform Support)" <[email protected]>
> *Cc: *Google App Engine <[email protected]>
>
> I tried adding this email in the settings but getting an error.
>
> On Aug 13, 2015, at 9:12 AM, support <[email protected]> wrote:
>
> Here is the Error message:  But this email was working perfectly 
> yesterday. I want users not to reply so I am using this email id…was there 
> any reset done ?
>
> Error: Sender ([email protected]) is not an authorized email 
> address
>
>
> On Aug 13, 2015, at 9:06 AM, support <[email protected]> wrote:
>
> Hi Patrice,
>
> I am not sure what’s going on….but looks like my email functionality alone 
> is not working… but all other line of code works (like DB inserts etc) but 
> just the Email part alone is not getting triggered.
>
> try
> {
>  $message = new Message();
>  $message->setSender("[email protected]");
>  $message->addTo($Email_From);
>  $message->setSubject(’Some Error Subject');
>  $message->setHtmlBody(“Some Desc");
>  $message->send();
> } catch (InvalidArgumentException $e) {
>  // ...
> }
>
> Any issue with my account ? It was working perfectly yesterday evening 
> though… and I didn’t make any changes.
> -V
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/01c6a08d-d023-476b-aead-b840953349ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to