A simple SMTP server (in Python)

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

    These are nice examples for a start.

    smtpd – Sample SMTP Servers

    http://pymotw.com/2/smtpd/index.html

    smtplib – Simple Mail Transfer Protocol client

    http://pymotw.com/2/smtplib/index.html

提交回复
热议问题