All Projects → soveran → mailcat

soveran / mailcat

Licence: MIT License
Fake SMTP server that prints emails to stdout

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
Roff
2310 projects

Projects that are alternatives of or similar to mailcat

go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (+664.1%)
Mutual labels:  mail, smtp
wp-smtp
Simple package for handling WordPress SMTP with .env when using the Roots stack.
Stars: ✭ 31 (-20.51%)
Mutual labels:  mail, smtp
Mail
The Hoa\Mail library.
Stars: ✭ 24 (-38.46%)
Mutual labels:  mail, smtp
Smtp-cracker
[NEW] : Simple Mail Transfer Protocol (SMTP) CHECKER - CRACKER Tool V2
Stars: ✭ 67 (+71.79%)
Mutual labels:  mail, smtp
go-mail
📨 Simple email interface across multiple service providers (ses, postmark, mandrill, smtp)
Stars: ✭ 39 (+0%)
Mutual labels:  mail, smtp
Galleon
A badass SMTP mail server built on Node to make your life simpler.
Stars: ✭ 14 (-64.1%)
Mutual labels:  mail, smtp
postal
✉️ A fully featured open source mail delivery platform for incoming & outgoing e-mail
Stars: ✭ 12,134 (+31012.82%)
Mutual labels:  mail, smtp
SimpleKotlinMail
A simple, coroutine based Kotlin Email API for both client- and server-side projects
Stars: ✭ 56 (+43.59%)
Mutual labels:  mail, smtp
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (-23.08%)
Mutual labels:  mail, smtp
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (+0%)
Mutual labels:  mail, smtp
go-mail
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
Stars: ✭ 169 (+333.33%)
Mutual labels:  mail, smtp
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-33.33%)
Mutual labels:  mail, smtp
f3-mailer
Fat-Free Sugar Mailer Plugin
Stars: ✭ 18 (-53.85%)
Mutual labels:  mail, smtp
mailx
A lightweight SMTP mail library
Stars: ✭ 17 (-56.41%)
Mutual labels:  mail, smtp
imail
small mail server
Stars: ✭ 88 (+125.64%)
Mutual labels:  mail, smtp
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-46.15%)
Mutual labels:  mail, smtp
MailDemon
Smtp server for mass emailing, managing email lists and more. Built on .NET Core. Linux, MAC and Windows compatible.
Stars: ✭ 113 (+189.74%)
Mutual labels:  mail, smtp
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (+100%)
Mutual labels:  mail, smtp
skirnir
Skirnir Email Server
Stars: ✭ 31 (-20.51%)
Mutual labels:  mail, smtp
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (+135.9%)
Mutual labels:  mail, smtp

mailcat

Fake SMTP server that prints emails to stdout.

Description

This program binds to port 25 by default (you may need to use sudo) and streams to stdout all the incoming emails. If you want to run it in a different port, pass the port number as the first argument.

Examples

Print emails to stdout:

$ sudo mailcat

Tell mailcat to bind to port 2525 instead:

$ mailcat 2525

Run it in the background:

$ mailcat &

Installation

Download the latest release or check the available packages. You can also compile the source code in the master branch.

Install mailcat into /usr/local/bin with the following command:

$ make install

You can use make PREFIX=/some/other/directory install if you wish to use a different destination. If you want to remove mailcat from your system, use make uninstall.

Contributing

If you find a bug, please create an issue detailing the ways to reproduce it. If you have a suggestion, create an issue detailing the use case.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].