Process received email with Python or Django?

后端 未结 3 875
迷失自我
迷失自我 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:23

    Use Mailgun.

    You'll need to give MailGun a URL that it would POST to and you can parse the email message.

    http://documentation.mailgun.net/quickstart.html#receiving-and-parsing-email

提交回复
热议问题