13 lines
449 B
Markdown
13 lines
449 B
Markdown
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.
|