@adaptivestone/framework-module-email
Version:
Adaptive stone node js framework module email
26 lines (15 loc) • 774 B
Markdown
# 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)