简体   繁体   English

如何处理传入的电子邮件,然后使用google-app-engine发回一些单词

[英]how to dispose a incoming email and then send some words back using google-app-engine

I read the doc: 我读了文档:

from google.appengine.api import mail
mail.send_mail(sender="support@example.com",
                  to="Albert Johnson <Albert.Johnson@example.com>",
                  subject="Your account has been approved",
                  body="""
    Dear Albert:

Your example.com account has been approved.  You can now visit
http://www.example.com/ and sign in using your Google Account to
access new features.

Please let us know if you have any questions.

The example.com Team
""")

I know how to send an email using GAE, but how to check an incoming email and then do something? 我知道如何使用GAE发送电子邮件,但是如何检查收到的电子邮件然后执行某些操作?

Thanks 谢谢

这是文档中有关如何接收电子邮件的页面

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM