Commit graph

7 commits

Author SHA1 Message Date
Cipher Vance
4b062205f5 Merge branch 'main' of gitlab.com:open-pulse-security/openpulsesec_web 2025-07-20 10:30:51 -05:00
Cipher Vance
30e9d1cb0d init: added favicon 2025-07-20 10:26:03 -05:00
Cipher
afd6cdfa3b LICENSE file added 2025-07-20 10:14:07 -05:00
Cipher Vance
ef5fb864bb docs: Added proper readme file info 2025-07-20 10:13:10 -05:00
Cipher Vance
15628dc4f3 refactor: Remove hardcoded email and improve environment variable handling
- Removed hardcoded email address `hello@ciphervance.com` and replaced it with `SENDER_EMAIL` from environment variables.
- Added `python-dotenv` to load environment variables from `.env` file for better configuration management.
- Removed redundant logging setup and debug statements for cleaner code.
- Simplified the `send_email` function by removing unnecessary logging and debug output.
- Ensured consistent use of environment variables for SMTP settings and recipient email.

This change improves maintainability and security by avoiding hardcoded values and centralizing configuration.
2025-07-20 10:10:04 -05:00
Cipher Vance
338a24ad4b init commit 2025-07-20 00:28:59 -05:00
Cipher Vance
947db1a737 init commit 2025-07-20 00:28:33 -05:00