Skip to content

Fake SMTP server that doesn't deliver the received emails. Useful for debugging and testing apps that send email.

Notifications You must be signed in to change notification settings

jmosbech/mail-null

Repository files navigation

/mail/null

Tired of accidentally sending test mails from your development environment to real addresses?

Meet /mail/null, a dummy SMTP server for development. Instead of relaying messages it renders them in a simple web interface for easy browsing.

Dependency Status

Installation

npm install -g mail-null

Start

mail-null

Configuration

The server listens for connections on port 2525 (SMTP) and 3000 (HTTP). This can be overridden by setting the environment variables SMTP_PORT and PORT.

License

MIT

About

Fake SMTP server that doesn't deliver the received emails. Useful for debugging and testing apps that send email.

Resources

Stars

Watchers

Forks

Packages

No packages published