X-Git-Url: https://code.th-h.de/?p=scripts.git;a=blobdiff_plain;f=README.md;h=e8c894f38cb87bd3f4fb5c9883806e34a4668606;hp=85e327c548305fc6cf10c9983275e772291a311f;hb=HEAD;hpb=8b47885dbee325bcc07b4dd2fda8a882d629c5cc diff --git a/README.md b/README.md index 85e327c..e8c894f 100644 --- a/README.md +++ b/README.md @@ -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 Markdown) 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]`