endelwar / spammer
向SMTP服务器发送随机生成的电子邮件进行测试
v0.8.0
2017-04-20 01:31 UTC
Requires
- php: ^5.6|^7.0
- fzaninotto/faker: ^1.5
- swiftmailer/swiftmailer: ^5.4.6
- symfony/console: 3.2.*
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: 5.*|6.*
This package is auto-updated.
Last update: 2024-08-29 03:31:28 UTC
README
Spammer是一个命令行应用程序,它将随机生成的电子邮件发送到SMTP服务器。
用法
用法
spammer [-s|--server[="..."]] [-p|--port[="..."]] [-c|--count[="..."]] [-l|--locale[="..."]]
选项
--server (-s) SMTP Server ip to send email to (default: "127.0.0.1")
--port (-p) SMTP Server port to send email to (default: "25")
--count (-c) Number of email to send (default: 10)
--locale (-l) Locale to use (default: "en_US")
许可证
版权所有 (c) 2014 Manuel Dalla Lana (endelwar@aregar.it)
本应用程序使用MIT许可证。请参阅LICENSE.md
。