Package Exports
- @fabrix/spool-email
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fabrix/spool-email) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
spool-email
An email template builder for Fabrix
Install
$ npm install --save @fabrix/spool-emailConfigure
// config/main.ts
import { EmailSpool } from '@fabrix/spool-email'
export const main = {
spools: [
// ... other spools
EmailSpool
]
}// config/email.ts
export const email = {
}Usage
Many different modules Fabrix will use an email to notify users. This composes the emails using either custom/ejs Templates, or Database emails.
Contributing
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.