SMTPor : Dead simple SMTP testing tool


29 Sep 2017 / by KhanhIceTea

Never need a bigass mail client to test your SMTP config !

Github Repo : https://github.com/khanhicetea/smtpor

Demo

SMTPor

TL;DR

Using Docker to run

$ docker run -d -p 3000:3000 khanhicetea/smtpor

Then open http://localhost:3000 to try a shot !

Install & Start

$ npm install
$ npm start

Heroku Deploying

$ heroku login
$ heroku git:remote -a [your-app-name]
$ git push heroku master

Contributors

  • @khanhicetea

License

MIT License


Sound good ?