email-sender-sdn
v1.0.1
Published
Reusable email sender with support for HTML, plain text, templates, and attachments.
Maintainers
Readme
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
- Copy
.env.exampleto.envand fill in your email credentials. - Install dependencies:
npm install