UNPKG

@adaptivestone/framework-module-email

Version:
26 lines (15 loc) 774 B
# adaptivestone-framework-module-email [![npm package](https://img.shields.io/npm/v/@adaptivestone/framework-module-email)](https://www.npmjs.com/package/@adaptivestone/framework-module-email) > Adaptive stone framework module email ESM only module. Email subsystem based on [nodemailer](https://github.com/nodemailer/nodemailer). In additional we are using [juice](https://www.npmjs.com/package/juice) to inline css and [html-to-text](https://www.npmjs.com/package/html-to-text) to generate text from html of files ## Install ```bash npm install @adaptivestone/framework-module-email ``` ## Usage ```ts import Mail from '@adaptivestone/framework-module-email'; ``` ## API Please check detailed documentation [here](https://framework.adaptivestone.com/docs/email)