HSHHelpers-0.24: Convenience functions that use HSH, instances for HSH.

Safe HaskellSafe-Infered

HSH.Helpers.Email

Synopsis

Documentation

newtype PureInput Source

Constructors

PureInput 

Fields

unpureinput :: String
 

mailxEmail :: String -> String -> [Char] -> IO (Either String ())Source

Send an email via mailx.

For sysadmin steps required for this command to work with most of the work outsourced to gmail, see last three posts in thread

http:groups.google.comgroupHAppSbrowse_threadthread93317d4d7317040f14cd89d98f1f4041

This assumes a unixy environment,