Giter Site home page Giter Site logo

smtp-tester's Introduction

smtp-tester

A tool to run SMTP stress tests

Help

Usage of smtp-tester:
  -debug
        show debug logs
  -from string
        Envelope from sender address
  -header-from string
        Header from sender address, if empty defaults to --from
  -max-mails uint
        Limit the amount of emails, 0 means no limit
  -password string
        SMTP server password
  -reuse-smtp
        Reuse SMTP connection
  -show-error
        show error type on auth failure
  -size uint
        Message size in bytes (default 30720)
  -smtp-host string
        SMTP server address
  -starttls
        whether to require StartTLS (default true)
  -subject string
        Email subject (default "hello")
  -threads uint
        Whether to run an infinite loop with an amount of threads
  -timeout uint
        Timeout in seconds (default 3)
  -to string
        Recipient address
  -username string
        SMTP server username

Example

smtp-tester -max-mails 1000 \
  -from [email protected] \
  -to [email protected] \
  -show-error \
  -smtp-host localhost:25 \
  -threads 100 \
  -username user \
  -password password \
  -size 10 \
  -timeout 30 \
  -starttls=false

smtp-tester's People

Contributors

kayrus avatar

Stargazers

Mathias Lieber avatar

Watchers

 avatar  avatar

Forkers

sapmli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.