Skip to content

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

License

Notifications You must be signed in to change notification settings

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