MayDaniel.clj-mail

https://github.com/MayDaniel/clj-mail.git

git clone 'https://github.com/MayDaniel/clj-mail.git'

(ql:quickload :MayDaniel.clj-mail)
30

Examples

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"))

Getting

:dependencies [[clj-mail "0.1.5"] ...]

License

Eclipse Public License - v 1.0