first commit

This commit is contained in:
Jack Cheang
2025-06-19 15:34:30 +08:00
commit cd91bcffda
5 changed files with 194 additions and 0 deletions

9
email-smtp-tester/start.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
source .env
python3.13 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
exec python3.13 send_email.py