Java-Mandrill-Wrapper
Java-Mandrill-Wrapper copied to clipboard
Jakсson made changes https://github.com/FasterXML/jackson-databind/pull/2196, and after that your code not compile.
add images support.
Hi, Mandrill API has an option called async in /messages/send API. Does this library support async option? Thanks!
As part of some integration tests, I serlialize the json to file, and then want to deseriliaze back to the object model. I had to make some minor code changes,...
The send-template.json (https://mandrillapp.com/api/docs/messages.JSON.html#method=send-template) supports mixed content, but the type of MergeVar content field is a String. Do you know how I can pass a collection or an array to the...
Hi, I'm having some problems when I try to send messages in a multi-thread scenario (with the same httpclient instance, using PoolingHttpClientConnectionManager). After the message is sent in MandrillRESTRequest, the...
see http://help.mandrill.com/entries/24331201-Can-I-schedule-a-message-to-send-at-a-specific-time- https://mandrillapp.com/api/docs/messages.JSON.html#method=send mandrill has an API for scheduling, canceling and rescheduling message.