Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个 python 库来在 python 中实现一个 ESMTP 服务器。就像 SMTP 服务器一样,我想用它来接收电子邮件,但它能够处理 EHLO 协议。
经过一番谷歌搜索后,我没有发现有用的东西,而且 ESMTP 似乎不是任何标准库的一部分。因此,欢迎任何直接帮助。
谢谢,亚历克斯
看看lamson,如果它不能 100% 满足您的需求,那么它可能是一个比从头开始更好的凝视点。