Add mmm.pl

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2015-05-01 23:03:48 +02:00
parent 8b47885dbe
commit afd4787570
2 changed files with 110 additions and 0 deletions

View file

@ -13,3 +13,12 @@ to the format of the Wordpress plugin
Usage: `footnotes --to mmd|wp [--file $inputfile]`
### mmm.pl
`mmm` (*MIME multipart/alternative from Markdown*) can
create a MIME `multipart/alternative` mail, containing a
`text/plain` part (in Markdowen) and a `text/html` part, from
a Markdown file. Other mail headers (From:, To:, Subject:, ...)
can be prepended from a template file.
Usage: `mmm [--file $inputfile] [--headers $templatefile]`