send mail from the command line
.gitignore | ||
COPYING | ||
flake.lock | ||
flake.nix | ||
Makefile | ||
mal.1 | ||
mal.d | ||
README.md |
mal sends email to one or more recipients, through information passed on its command line. Read COPYING for information on redistribution.
compilation
Install ldc and libcurl, and run make
.
To install, run make install
after compiling.
documentation
All documentation is provided in the man page. With mal installed, run
man mal
, or in this source tree run man ./mal.1
. Usage examples are
in the EXAMPLES section near the end.