A simple wrapper around the Mailgun REST API.
Still a work in process.
(cljmailgun.core/send-plaintext YourApiKey YourDomain FromAddress {:subject "subject"
:body "The body"
:to "one email or a list of emails"})