Initial commit: Python email notification API

- Flask-based email API for manufacturing notifications
- SMTP integration with configurable settings

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-30 13:15:05 -05:00
commit 5faf8817de
4 changed files with 374 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
flask>=2.0.0
mysql-connector-python>=8.0.0