fabrix-app / spool-email

Spool: Email Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Spool: Email Builder

License:Other


Languages

Language:TypeScript 67.3%Language:JavaScript 32.7%