Skip to content

Trivial tool to convert plain text into a multipart/alternative message

Notifications You must be signed in to change notification settings

nhmu/mimemailify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A trivial tool to convert plain text into a multipart/alternative message


This program exists because of the Outlook behavior documented in MS KB 287816
which was making the output of an audit script script look ugly and confusing
for Outlook users. It converts plain text from stdin into a
multipart/alternative e-mail message with text/plain and text/html parts.

The tool is provided with Debian packaging because that's what's easiest to
distribute with our management infrastructure. To build packages for testing,
install git-buildpackage, ensure your pbuilder is working, then:

    BUILDER=pbuilder git-buildpackage  --git-ignore-branch --git-dist=wheezy

For release:

    BUILDER=pbuilder git-buildpackage  --git-dist=wheezy


Example usage:

  Replace e.g.:

    my-reportmaker --fnord | mail -s 'My Report' [email protected]

  with:

    my-reportmaker --fnord | mimemailify -s 'My Report' [email protected]



About

Trivial tool to convert plain text into a multipart/alternative message

Resources

Stars

Watchers

Forks

Packages

No packages published