dwightjack / grunt-email-boilerplate

A Grunt template to create emails
MIT License
285 stars 52 forks source link

Integrate Litmus testing #8

Closed bsradcliffe closed 10 years ago

bsradcliffe commented 10 years ago

This one is just nice to have. 'grunt-email-builder' implements it for those wanting to fire their emails off to litmus.com for cross-client testing. If it could be integrated here, that'd be like putting the cherry on top.

dwightjack commented 10 years ago

Ehy,

yes i was planning to add this feature too.

Do you have any info on grunt plugins which already integrate it?

bsradcliffe commented 10 years ago

https://github.com/yargalot/Email-Builder/blob/master/tasks/EmailBuilder.js

It looks like Litmus is a configurable option in this plugin. You could just have your compiled email serve as the input for an XML request post with your configured options. Seems to rely on an additional package, 'xmlbuilder' to handle the body compilation of the email.

dwightjack commented 10 years ago

Thanks for the hint. I will check it out! Il 31/dic/2013 18:21 "Ben Radcliffe" notifications@github.com ha scritto:

https://github.com/yargalot/Email-Builder/blob/master/tasks/EmailBuilder.js

It looks like Litmus is a configurable option in this plugin. You could just have your compiled email serve as the input for an XML request post with your configured options. Seems to rely on an additional package, 'xmlbuilder' to handle the body compilation of the email.

— Reply to this email directly or view it on GitHubhttps://github.com/dwightjack/grunt-email-boilerplate/issues/8#issuecomment-31402905 .

jeremypeter commented 10 years ago

I've made our Litmus option from grunt-email-builder a separate grunt plugin fyi - grunt-litmus

dwightjack commented 10 years ago

Great news.

Thank you! Il 22/gen/2014 00:33 "jeremypeter" notifications@github.com ha scritto:

I've made our Litmus option from grunt-email-builder a separate grunt plugin fyi - grunt-litmus https://npmjs.org/package/grunt-litmus

— Reply to this email directly or view it on GitHubhttps://github.com/dwightjack/grunt-email-boilerplate/issues/8#issuecomment-32976837 .