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.
git clone https://github.com/revington/nosey.git
cd nosey
npm install
node app.js
- An smtp server is running at port 4040.
- Send some emails. From/to can be any address.
- Open the web interface. http://localhost:4000
- Voilá
See LICENSE file. Mit.