jimrubenstein / node-mandrill

A node.js wrapper for MailChimp's Mandrill API.
MIT License
133 stars 19 forks source link

No documentation in Readme for HTML #12

Open nabilfreeman opened 8 years ago

nabilfreeman commented 8 years ago

I had to look at a closed issue for sending html. I know it's kind of a common sense thing, but it might be nice if there was a line in the Readme about sending HTML.

akhoury commented 8 years ago

this is just a client to the Mandrill API, the documentation of all requests are here: https://mandrillapp.com/api/docs/

as for the html part see this https://github.com/jimrubenstein/node-mandrill/issues/11