send mail from the command line
Find a file
2024-06-17 07:58:30 +12:00
.gitignore add initial gitignore 2024-02-09 10:27:10 +13:00
COPYING switch to ISC License 2024-06-17 07:51:47 +12:00
flake.lock add nix flake 2024-02-13 14:34:35 +13:00
flake.nix add nix flake 2024-02-13 14:34:35 +13:00
Makefile install man page 2024-06-17 07:57:49 +12:00
mal.1 mal.1: add man page 2024-06-17 07:44:22 +12:00
mal.d improve usage message 2024-06-07 08:03:18 +12:00
README.md cut down README.md 2024-06-17 07:58:30 +12:00

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.