axllent / sndmail

A *nix sendmail emulator
MIT License
5 stars 0 forks source link
sendmail sendmailer

Sndmail - a sendmail emulator

Build status CodeQL Go Report Card

Sndmail is a multi-platform sendmail emulator and drop-in replacement for *nix-like platforms.

It was created primarily for use in Docker containers. Whilst there are many different sendmail emulators available, most lack working sendmail -bs functionality (running SMTP on standard input) which is now the default with Symfony mail.

Features

Installation

Install via bash script (Linux & Mac)

Warning: This will delete any existing /usr/sbin/sendmail!

Linux & Mac users can install it directly via:

sudo bash < <(curl -sL https://raw.githubusercontent.com/axllent/sndmail/develop/install.sh)