8000 GitHub - drpowell/exception-mailer: Haskell module to send an notification email in the event of an uncaught exception
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drpowell/exception-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExceptionMailer

Haskell module to send an notification email in the event of an uncaught exception

To use, simply call the setup routine with the desired "from" and "to" addresses. For example,

import System.ExceptionMailer

main = do
    setupExceptionMailer (mkAddress "My Program" "noreply@example.com")
                         (mkAddress "Sysadmin" "sysadmin@example.com")

About

Haskell module to send an notification email in the event of an uncaught exception

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0