HSHHelpers-0.23: Convenience functions that use HSH, instances for HSH.Source codeContentsIndex
HSH.Helpers.Email
Synopsis
newtype PureInput = PureInput {
unpureinput :: String
}
mailxEmail :: String -> String -> [Char] -> IO (Either String ())
Documentation
newtype PureInput Source
Constructors
PureInput
unpureinput :: String
show/hide Instances
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,

Produced by Haddock version 2.6.0