Commit Graph

5 Commits

Author SHA1 Message Date
405d9164f0 Change license from AGPL to MIT
- Replace restrictive AGPL with permissive MIT license
- Update package.json license field
- Update README with license reference

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 21:42:35 +00:00
524ae24d74 Expand CID-Embedding documentation with detailed tutorial
- Problem explanation: why external images are blocked
- Technical background: MIME structure with examples
- Step-by-step Nodemailer implementation guide
- Multiple images, Buffer/Base64 examples
- Best practices for image size, format, CID naming
- Complete signature example with embedded logo
- Email client compatibility table
- Troubleshooting guide

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 21:35:00 +00:00
8c2f4b5f92 Add comprehensive README documentation
- Installation and configuration guide
- API documentation with examples
- CID-embedding explanation for image footer
- Integration examples for other projects
- Database schema and error handling reference

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 21:31:22 +00:00
c96aacbae5 Initial commit: Mail service with Brevo SMTP
- Express server with REST API for sending emails
- SQLite database for persistent email history
- Web interface with form (recipient, CC, subject, text/HTML)
- Email footer with embedded image (CID attachment)
- Nodemailer configured for Brevo SMTP relay

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 21:29:00 +00:00
b8f5847dca Initial commit 2026-01-16 21:27:56 +00:00