grunt-email-builder icon indicating copy to clipboard operation
grunt-email-builder copied to clipboard

Build Emails from HTML / CSS code in grunt

Results 7 grunt-email-builder issues
Sort by recently updated
recently updated
newest added

Resolves https://github.com/Email-builder/email-builder-core/pull/19 fully.

I can successfully run the task on node 6.11.0 but not on 8.10.0. ``` Running "emailBuilder:inline" (emailBuilder) task Fatal error: Unknown encoding: $ node -v v8.10.0 ``` Any idea how...

Adding a CSS class to a tag will result in an inline style attribute after processing. Alas to get correct display of HTML emails in Outlook you often have to...

I ran into a problem recently with encodeSpecialChars, attributes and ExactTarget. I have a Spanish language email that needs to be encoded, so encodeSpecialChars is a big help. Unfortunately for...

I'm using this on JSP files, and it is changing my jsp-tags with uppercase characters to lowercase. I wonder is there a way to turn off the tag-closing (nightmare in...

when using @import to include css files into 1 main style-sheet. when running the grunt email-builder task it only in-lines the css into the html template if the css is...

https://github.com/andris9/Nodemailer#sendgrid-support

enhancement