Skip to content

mavbozo/clj-jangosmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-jangosmtp

http based API for JangoSMTP API.

Usage

leinigen project.clj

[clj-jangosmtp "0.1.3"]

Sample Code:

(require '[clj-jangosmtp.core :refer :all])

;; create the component first
(def j (jangosmtp-api "Username" "Password"))

(check-bounce j "me@me.com")

License

Copyright © 2014 Avicenna

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.