Popularity
6.1
Growing
Activity
0.0
Declining
28
6
1

Programming language: Crystal
License: Apache License 2.0
Tags: Email    

devmail alternatives and similar shards

Based on the "Email" category.
Alternatively, view devmail alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of devmail or a related project?

Add another 'Email' Shard

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.

This is a port of Blue Rail's Post Office to Crystal-lang.

MacOs

Please read startup/launchd/README.md

Linux (SystemD)

Please read startup/systemd/README.md