I wanted to write a utility script in Haskell last night that sent some emails using my gmail account.
However, gmail requires a SSL/TLS connection to their SMTP server, and I couldn't figure out how to accomplish this with HaskellNet's sendMail
.
How could I have done this with HaskellNet? Or is there a different SMTP library I should use?