Hey there,

You mention that you are following the Receiving Email 
<https://cloud.google.com/appengine/docs/standard/python/mail/receiving-mail-with-mail-api>
 
article and have done the following:

   - Set up the inbound service in the app.yaml
   
inbound_services:
- mail

   - Added mappings that associate URL-mapped email addresses with script 
   handlers
   - Define handler methods in your Python application
   
It seems like you've performing the steps necessary to start handling 
emails from you App Engine standard application.  You also mention that the 
email delivery has failed.  As this seems like more of a technical 
question, I'd recommend posting this question to Stack Overflow with the 
*google-app-engine* tag.  We monitor that forum closely and is better 
suited for this type of report.

When posting your question there, be sure to include your app.yaml (to show 
the inbound service and handlers) and the Python Flask handler in question 
that is intended to receive the POST request containing the email. 
 Mentioning the error message received when attempting to send the email to 
your application is also a good idea.  Once you've done this, please post a 
link to your question here so that others in the community can follow 
through, including myself.

On Thursday, March 2, 2017 at 9:23:00 AM UTC-5, MANIKANDAN S wrote:
>
> I am wondering whether Flask app in Google App Engine Production server 
> can receive email with attachment from gmail or any other third party.
>
>
> As I am having a requirement now that I would receive a email with csv 
> attachment, need to parse it - take the decision and change the content on 
> the website.
>
>
> I am thinking of automating the entire thing, but I do no how to setup 
> mail with google app engine, that is my application whenever receive a mail 
> with attachment, parse it, do the computations and change the page content 
> and display on the website.
>
>
> I have gone through google app engine document but it doesn't provide much 
> information.
>
>
> I have setup the inbound_email in app.yaml and also handlers for the 
> email, now the only question is how to get the email to the handler script. 
> enter 
> link description here 
> <https://cloud.google.com/appengine/docs/standard/python/mail/receiving-mail-with-mail-api>
>
>
> I tried to send email from my gmail to app engine but the email delivery 
> has been failed, please help !!
>
>
> Is there any way on doing the above requirements ???
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d303d364-33d1-431e-afab-3eaabf48a907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... MANIKANDAN S
    • [google-appen... 'Nicholas (Google Cloud Support)' via Google App Engine

Reply via email to