Commit Graph

5 Commits

Author SHA1 Message Date
95fd91cced config: add reCAPTCHA secret key 2025-12-02 16:53:52 +01:00
b75f209c35 feat: add reCAPTCHA verification, email check, fix email service
- Add reCAPTCHA verification on registration
- Add POST /api/auth/check-email endpoint
- Fix email service lazy loading
- Add FRONTEND_URL and RECAPTCHA keys to env

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:37:16 +01:00
772202dc6e fix: configure Gmail App Password and SSL for contact form emails
- Update SMTP_PASS with Gmail App Password in all environment files
- Add TLS configuration to ignore self-signed certificate errors
- Fix email sending functionality for contact form

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 14:07:12 +01:00
6d7c536a7e feat: add contact form email functionality
- Add SMTP configuration in all .env files
- Create sendContactEmail function in email service
- Add contact controller with form validation
- Create contact API route (POST /api/contact)
- Register contact route in main index.js
- Emails sent to thetiptopgr3@gmail.com

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 11:38:08 +01:00
25c7a0b304 dev 2025-11-17 23:47:54 +01:00