Process received email with Python or Django?

后端 未结 3 2161
眼角桃花
眼角桃花 2021-02-10 08:02

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:27

    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

提交回复
热议问题