A simple SMTP server (in Python)

前端 未结 9 2701
小鲜肉
小鲜肉 2020-12-12 17:09

Could you please suggest a simple SMTP server with the very basic APIs (by very basic I mean, to read, write, delete email), that could be run on a linux box? I just need to

9条回答
  •  余生分开走
    2020-12-12 17:50

    A more modern approach is to use the aiosmtpd library (documentation available here).

    You can find a good example here: https://aiosmtpd.readthedocs.io/en/latest/aiosmtpd/docs/controller.html.

提交回复
热议问题