Sending email from Clojure

(written by lawrence krubner, however indented passages are often quotes). You can contact lawrence at: lawrence@krubner.com, or follow me on Twitter.

This makes it look very easy to send email from Clojure. The interface looks more pleasant than what I have run into in the world of, say for instance, PHP. But you do have to have all of your credentials, usernames, passwords, port numbers — stuff that PHP usually comes pre-configured to deal with.

Post external references

  1. 1
    http://will.groppe.us/post/406065542/sending-email-from-clojure
Source