Skip to content

A graphical and command line SMTP diagnostic tool

License

Notifications You must be signed in to change notification settings

AlexanderJuestel/smtptester

 
 

Repository files navigation

SMTP Tester

smtptester

As a consultant at a managed services provider, I spent a long time searching for a tool that would help me troubleshoot SMTP problems quickly and easily without having to resort to telnet. Finally, I gave up and wrote my own.

Features

  • Command-line and graphical user interfaces
  • Ability to override all DNS and SMTP settings
  • Support for SMTP authentication and TLS encryption

Installation

pip install smtptester

Running the Application

smtptester[-gui]

Use --help to see available options.

Development

Getting Started

pip install pipenv
pipenv install --dev
pipenv shell
...

Running Tests

pytest

Releases

  1. Bump VERSION in smtptester/__init__.py

  2. Update CHANGELOG.md

  3. Run make release

About

A graphical and command line SMTP diagnostic tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%