A simple SMTP server (in Python)

前端 未结 9 2634
小鲜肉
小鲜肉 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:53

    There is Python SMTP server.

    This module offers several classes to implement SMTP servers. One is a generic do-nothing implementation, which can be overridden, while the other two offer specific mail-sending strategies.

提交回复
热议问题