Skip to content

tomcask/nosey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nosey

An smtp server for web development purposes

Nosey is a smtp catch-all server and a web interface. It is ideal for web development purposes:

  • Emails are stored in memory not in your mailbox.
  • You can send from/to any address/domain with no configuration.

Install and run

git clone https://github.com/revington/nosey.git
cd nosey
npm install
node app.js
  1. An smtp server is running at port 4040.
  2. Send some emails. From/to can be any address.
  3. Open the web interface. http://localhost:4000
  4. Voilá

License

See LICENSE file. Mit.

About

An smtp —catch all— server for web development purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors