the-tip-top-backend/src
soufiane 2eddd7aa1a feat: add email check endpoint and fix email service
- Add POST /api/auth/check-email endpoint for email validation
- Check if email exists in database
- Validate email domain with MX DNS records
- Fix email service transporter lazy loading
- Add detailed logging for email sending
- Add FRONTEND_URL to .env for email links

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:16:09 +01:00
..
config fix: respect Docker environment variables over .env file 2025-11-18 22:00:39 +01:00
controllers feat: add email check endpoint and fix email service 2025-12-02 16:16:09 +01:00
middleware fix: resolve test failures in CI pipeline 2025-11-27 12:05:00 +01:00
routes feat: add email check endpoint and fix email service 2025-12-02 16:16:09 +01:00
services feat: add email check endpoint and fix email service 2025-12-02 16:16:09 +01:00
utils fix: resolve all ESLint warnings and update dependencies 2025-11-27 10:49:45 +01:00
validations feat: redesign newsletter email with modern template 2025-11-24 14:49:40 +01:00