13 Feb
2002
13 Feb
'02
4:08 p.m.
Hi, I'd like to know if there's any Hugs compatible library with functionalities to send mail.
I don't think so. If all you want to do is send mail from within an haskell program why not just make system calls. I did something like that a long time ago. I've sent you the module in attachment. (suposed to work in *nixes) J.A.