Skip to content

omarkj/cljmailgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljmailgun

A simple wrapper around the Mailgun REST API.

Still a work in process.

Clojure API

Sending a plaintext e-mail

(cljmailgun.core/send-plaintext YourApiKey YourDomain FromAddress {:subject "subject"
                                                                   :body    "The body"
																   :to      "one email or a list of emails"})

About

Clojure Mailgun.org wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published