diff options
author | Rabenherz112 <rabenherz@theravenhub.com> | 2023-06-29 14:58:48 +0000 |
---|---|---|
committer | Rabenherz112 <rabenherz@theravenhub.com> | 2023-06-29 14:58:48 +0000 |
commit | 7c2a8ea163dbc8d0dc5fb9fb1ab6949d6ba649fd (patch) | |
tree | e65e7fea7155a9f967a969e5cb03a4f1b0256fe8 | |
parent | Update Languages in Email - Mail Delivery Agents (diff) | |
download | awesome-selfhosted-7c2a8ea163dbc8d0dc5fb9fb1ab6949d6ba649fd.tar.gz awesome-selfhosted-7c2a8ea163dbc8d0dc5fb9fb1ab6949d6ba649fd.zip |
Update Languages in Email - Mail Transfer Agents
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -441,7 +441,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. - [Haraka](https://haraka.github.io/) - High-performance, pluginable SMTP server written in Javascript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Nodejs` - [MailCatcher](https://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. ([Source Code](https://github.com/sj26/mailcatcher)) `MIT` `Ruby` - [Maildrop](https://gitlab.com/markbeeson/maildrop) - Disposable email SMTP server, also useful for development. `MIT` `Scala` -- [MailHog](https://github.com/mailhog/MailHog) - Small Golang executable which runs an SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. `MIT` `Go` +- [MailHog](https://github.com/mailhog/MailHog) - Small Golang executable which runs an SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. `MIT` `Go/Docker` - [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. ([Source Code](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/)) `ISC` `C` - [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. `IPL-1.0` `C` - [Sendmail](https://www.proofpoint.com/us/products/email-protection/open-source-email-solution) - Message transfer agent (MTA). `Sendmail` `C` |