[Python]一句话建立SMTP测试服务器

python -m smtpd -n -c DebuggingServer 0.0.0.0:25

非常方便测试。前几天玩Gmail的时候发现的。

标签: ,

留下回复