Does anyone know of an erlang library that can send mail through smtp with TLS/SSL enabled (like through gmail). I'm currently using http://www.lshift.net/~tonyg/erlang-smtp/ (http://www.lshift.net/blog/2007/12/28/erlang-smtp-code-updated ), and it's super easy to use and works :) I'd like to have some TLS as well, though Thank you