clojure-postmark
clojure-postmark copied to clipboard
Lets you talk to postmarkapp.com from Clojure.
https://github.com/wildbit/postmark-java
Would it be possible to bring the documentation into the README, instead of keeping it [elsewhere](https://danielcompton.github.io/clojure-postmark/)? It would be easier to contribute to, and having one tab open is easier...
The 50-recipient limit doesn't seem to get applied when the `to` field is supplied as a comma-separated string instead of a vector. This check also seems to differ from the...
I have a use case where I'd like to control the options (e.g. [:throw-exceptions false](https://github.com/dakrone/clj-http#exceptions)) passed to *clojure-postmark*'s underlying *clj-http* call. There is currently no way to pass these through.
- [ ] Use `:require`, not `:use` - [ ] Document new features recently added
From the TODO list
Thanks for the lib, I added a small enhancement.
Hi, I just added support to postmark templates. Also update some dependencies.
Is it possible to update dependencies to latest versions? Thanks!