endelwar / spammer
Send randomly generated email to a SMTP server for testing
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/endelwar/spammer
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-10-29 04:09:13 UTC
README
Spammer is a CLI application that sends randomly generated email to a SMTP server.
Usage
Usage:
spammer [-s|--server[="..."]] [-p|--port[="..."]] [-c|--count[="..."]] [-l|--locale[="..."]]
Options:
--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")
License
Copyright (c) 2014 Manuel Dalla Lana (endelwar@aregar.it)
This app is licensed under the MIT license. See LICENSE.md
.