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.
我编写了一个 C++ 服务器,通过 SMTP 协议异步发送邮件。现在为了测试,我想编写一些程序/脚本来帮助测试人员验证是否成功接收到电子邮件。
我寻找“mailx”实用程序,但无法弄清楚如何在 shell 脚本中使用它。
是否有任何 C++ 提供的库或 linux 必须验证收到的电子邮件并检查其内容的实用程序?