$ npm install --save @fabrix/spool-email
// config/main.ts
import { EmailSpool } from '@fabrix/spool-email'
export const main = {
spools: [
// ... other spools
EmailSpool
]
}
// config/email.ts
export const email = {
}
Many different modules Fabrix will use an email to notify users. This composes the emails using either custom/ejs Templates, or Database emails.
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.