Hi All,
The SMTPClient library works fine for connecting to a non-restricted local SMTP server, but doesn't seem to have any ability to authenticate, so unless it gets updated I believe it's out of the picture (unless I'm wrong about it not being able to authenticate).
The HaskellNet SMTP bindings are having problems connecting to my local postfix server even without authentication involved. I get a "connect: does not exist (Connection refused)" error. This seems odd to me since the SMTPClient code connects to my local server just fine, so I don't believe this is a postfix configuration issue (I could be wrong here of course).
Any help is appreciated.
Thanks,