# 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
