Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tijn/devmail

An SMTP/POP3-server that keeps every email you send it until you fetch it
https://github.com/tijn/devmail

Last synced: about 1 month ago
JSON representation

An SMTP/POP3-server that keeps every email you send it until you fetch it

Awesome Lists containing this project

README

        

# devmail

SMTP POP3
Your app(s) ----------> devmail ----------> Thunderbird/Mail.app/Outlook/...

SMTP and POP3 server with no storage. It keeps all the mails in memory until they are fetched or until you shut down the program. It is meant for developers who need to inspect the mail that their app sends. You can send emails to it via SMTP and "pop" them with an e-mail client like Thunderbird or Mail.app on macOS. It is comparable to [Letter Opener](https://github.com/ryanb/letter_opener).

This is a port of [Blue Rail's Post Office](https://github.com/bluerail/post_office) to Crystal-lang.

## MacOs

Please read startup/launchd/README.md

## Linux (SystemD)

Please read startup/systemd/README.md