mal: send mail from the command line

mal sends email to one or more recipients, through information passed on its command line.

download

The latest release is mal-1.0, released on 17 June 2024.

⤥ mal-1.0.tar.gz

Make sure you have the LDC compiler and libcurl installed.
Extract the archive, build and install:
tar -xzf mal-1.0.tar.gz
cd mal-1.0
make
make install

documentation

Documentation is provided in the man page. With mal installed run man mal or in the source tree run man ./mal.1. Usage examples are in the EXAMPLES section near the end.

git repository

The git repository can be found at git.reformers.dev.

Maintained by Jeremy Baxter <jeremy@baxters.nz>