Skip to content

Instantly share code, notes, and snippets.

@kirasystems
Created January 5, 2013 20:29
Show Gist options
  • Save kirasystems/4463492 to your computer and use it in GitHub Desktop.
Save kirasystems/4463492 to your computer and use it in GitHub Desktop.
(send-message ^{:host "mail.isp.net"}
{:from "me@draines.com"
:to "foo@example.com"
:subject "Hi!"
:body [:related
{:type "text/html"
:content "<b>Test!</b>"}
;;;; supports both dispositions:
{:type :attachment
:content (java.io.File. "/tmp/foo.txt")}
{:type :inline
:content (java.io.File. "/tmp/a.pdf")
:content-type "application/pdf"}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment