@fabrix/spool-email
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

spool-email

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

An email template builder for Fabrix

Install

$ npm install --save @fabrix/spool-email

Configure

// 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.

License

MIT

Package Sidebar

Install

npm i @fabrix/spool-email

Homepage

fabrix.app

Weekly Downloads

14

Version

1.6.0

License

MIT

Unpacked Size

23.9 kB

Total Files

40

Last publish

Collaborators

  • scottbwyatt