mandrill icon indicating copy to clipboard operation
mandrill copied to clipboard

Simple package for sending emails through the Mandrill API.

Results 7 mandrill issues
Sort by recently updated
recently updated
newest added

There is not any licence in the repository. Could you add an open source licence?

The response comes empty and, also the error so theres no way to debug. When sending the the mail using `client.MessagesSendTemplate(message, "test2", content)`

Ref: https://github.com/keighl/mandrill/issues/21#issuecomment-370445511

There are a bunch of flag fields in the message object where not passing it as an argument is meaningfully different from passing it as false. For example, there can...