Process received email with Python or Django?

后端 未结 3 871
迷失自我
迷失自我 2021-02-10 07:50

I understand how sending email works through Django, but I want users to be able to respond to the email. If the email they send (and I receive) contains a message that matches

3条回答
  •  孤街浪徒
    2021-02-10 08:34

    Django doesn't provide any email receiving support.

    Lamson may be a good alternative if you need something more advanced than checking out email using poplib, or something more pythonic than interacting with postfix.

提交回复
热议问题