https://github.com/MayDaniel/clj-mail.git
git clone 'https://github.com/MayDaniel/clj-mail.git'
(ql:quickload :MayDaniel.clj-mail)
Wrap a body with with-session
.
(with-session "foo@example.com" "my password" "smtp.example.com" 465 "smtp" true
(send-email (text-email ["bar@example.com"] "Subject" "Body")))
(with-session "foo@example.com" "my-password" "pop.example.com" 995 "pop3s" true
(folder->records "INBOX"))
:dependencies [[clj-mail "0.1.5"] ...]