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.
我正在开发一种需要对电子邮件进行广泛测试的产品。我有一组 eml 文件(测试样本)要批量发送到产品。
任何人都可以建议一些将这些 eml 文件作为输入并将电子邮件发送给给定收件人的工具。它可以将 SMTP 地址作为输入。
对于脚本 smtp 测试,我使用swaks
在你的情况下,就像
swaks -f sender@example.com -t recipient@example.net -d /path/to/emlfile