1.0.0 • Published 7 months ago

@b2y/email-service-nodemodule v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

email-service

A reusable, flexible Node.js email service supporting multiple providers like Nodemailer (Gmail) and SendGrid, with support for dynamic HTML templates using Handlebars.

Features

  • Common interface for multiple email providers
  • Supports Gmail via Nodemailer and SendGrid (easy to extend more)
  • Handlebars-based HTML templates with variables
  • Easily switch between providers without changing your code
  • Dynamic template loading from the filesystem
  • Configurable via environment variables or direct parameters

Installation

npm install @ourgitname/email-service