{"id":22868621,"url":"https://github.com/diennea/smtpsampler","last_synced_at":"2025-06-23T19:36:45.042Z","repository":{"id":70258083,"uuid":"60771107","full_name":"diennea/smtpsampler","owner":"diennea","description":"SMTP Server Benchmark","archived":false,"fork":false,"pushed_at":"2016-08-29T13:17:13.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T23:12:07.815Z","etag":null,"topics":["benchmark","java","smtp","smtp-benchmark"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diennea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-09T11:52:32.000Z","updated_at":"2025-03-18T07:33:59.000Z","dependencies_parsed_at":"2023-02-22T15:30:12.876Z","dependency_job_id":null,"html_url":"https://github.com/diennea/smtpsampler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fsmtpsampler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fsmtpsampler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fsmtpsampler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fsmtpsampler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diennea","download_url":"https://codeload.github.com/diennea/smtpsampler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252566973,"owners_count":21769142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmark","java","smtp","smtp-benchmark"],"created_at":"2024-12-13T12:36:42.366Z","updated_at":"2025-05-05T19:53:21.413Z","avatar_url":"https://github.com/diennea.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smtpsampler\nSMTP Server Benchmark\n\n  SMTP Sampler is a very simple but powerful command line tool you can use to bench your SMTP server.\n\n  Is was ispired by the historic \"postal\" SMTP Benchmark tool, see https://doc.coker.com.au/projects/postal/\n\n## Getting started\n\n  All you need to get started is a Java8 JRE, the smtpsampler.jar file and an SMTP server to test.\n\n  Just run this command and follow the Usage notes\n\n```\n\n  $JAVA_HOME/java -jar smtpsampler.jar\n\n```\n\n\n##  Building from source\n\n  In order to build smtpsampler from source you need to have Maven installed. Just clone this repository and issue a mvn clean install command. You will find smtpsampler.jar in your target directory\n\n\n##  Reference\n\n```\nusage: smtpsampler [-a] [-d] [-f \u003carg\u003e] [-h \u003carg\u003e] [-l] [-lh \u003carg\u003e] [-lp\n       \u003carg\u003e] [-mf \u003carg\u003e] [-ms \u003carg\u003e] [-n \u003carg\u003e] [-nc \u003carg\u003e] [-p \u003carg\u003e]\n       [-pwd \u003carg\u003e] [-s \u003carg\u003e] [-stls] [-t \u003carg\u003e] [-tt \u003carg\u003e] [-tx \u003carg\u003e]\n       [-u \u003carg\u003e] [-v]\n -a,--auth                              Use authentication\n -d,--javamaildebug                     Enable JavaMail Debug\n -f,--from \u003carg\u003e                        Value for the From header of the\n                                        test message\n -h,--host \u003carg\u003e                        SMTP Server hostname or IP\n                                        Address, default to localhost\n -l,--listen                            Listen on a generated inbound SMTP\n                                        Server for message delivery\n -lh,--listenhost \u003carg\u003e                 SMTP Server hostname or IP\n                                        Address, default to localhost\n -lp,--listenport \u003carg\u003e                 SMTP Server port, default to 25\n -mf,--file \u003carg\u003e                       Use file as message and do not\n                                        generate a test message\n -ms,--messagesize \u003carg\u003e                Size of the body of the generated\n                                        message, defaults to 10 bytes\n -n,--nummessages \u003carg\u003e                 Number of messages, defaults to 1\n -nc,--nummessagesperconnection \u003carg\u003e   Number of messages per connection,\n                                        defaults to 1\n -p,--port \u003carg\u003e                        SMTP Server port, default to 25\n -pwd,--password \u003carg\u003e                  Password\n -s,--subject \u003carg\u003e                     Subject of the generated email\n -stls,--starttls                       Use STARTTLS\n -t,--to \u003carg\u003e                          Value for the To header of the\n                                        test message\n -tt,--timeout \u003carg\u003e                    Max time for execution of the\n                                        test, in seconds, defaults to 0,\n                                        which means 'forever'\n -tx,--numthreads \u003carg\u003e                 Number of concurrent\n                                        threads/connections\n -u,--username \u003carg\u003e                    Username\n -v,--verbose                           Verbose output\n\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiennea%2Fsmtpsampler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiennea%2Fsmtpsampler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiennea%2Fsmtpsampler/lists"}