rschreijer / lutung

Lutung - A Java Mandrill API Connector
179 stars 119 forks source link

MandrillMessagesApi.sendRaw() not working #5

Open rschreijer opened 11 years ago

rschreijer commented 11 years ago

So far, I failed to successfully use Mandrills /messages/send-raw.json call. I'm not sure if I fail to create valid MIME contents, but lemme know if you make any experience with this call.

lc-nyovchev commented 11 years ago

have you tried to curl or other simple post library to their api backend to check if it actually works? Maybe it is a mistake on their side.

rschreijer commented 11 years ago

no, I have not put any efforts into drilling down on this issue since I am not using this feature. I'd be thankful if you would want to take that on though.

lc-nyovchev commented 11 years ago

Sure, I will take a look tonight.