nodemailer-plugin-inline-base64
Version:
Nodemailer plugin that will inline base64 images
12 lines (6 loc) • 397 B
Markdown
## Changelog
* 2.1.1 Fixed issue where other types of quotes not supported (thanks @thorn0)
* 2.1.0 Adds support for rewriting CSS images, eg `<div style="background-image: url(data:image\/jpg;base64,abc);"></div>`
* 2.0.0 **Breaking change**: the constructor now needs to be called as a function. Adds `cidPrefix` option.
* 1.0.1 Support image types other than `png`
* 1.0.0 Initial release