Skip to content

An smtp server for testing application email functionality

Notifications You must be signed in to change notification settings

jameslh/testmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4df9652 · Jul 19, 2018

History

1 Commit
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018

Repository files navigation

testmail

Runs a local smtp server for testing application email functionality

Clone repository, then:

npm install --production
npm start <http port|3000> <smtp port|25>

Set your application's mailserver to localhost:25

View messages at localhost:3000

Mail is stored in a local file-based database using tingodb.

About

An smtp server for testing application email functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published