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/222a72f4-4c5b-4e07-866e-1ad975d6a22e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
