UNPKG

email-sender-sdn

Version:

Reusable email sender with support for HTML, plain text, templates, and attachments.

19 lines (12 loc) 365 B
# Email Sender (Reusable Node.js Module) A reusable and pluggable email sending module using Nodemailer with support for: - Plain text emails - HTML emails - Handlebars templates - Attachments --- ## 🔧 Setup 1. Copy `.env.example` to `.env` and fill in your email credentials. 2. Install dependencies: ```bash npm install