Jun 29 - Update app name, and documents

This commit is contained in:
2026-06-29 16:51:40 -04:00
parent 26ae7c0cb7
commit 176e19213c
32 changed files with 156 additions and 261 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ def test_email():
try:
send_email(
to,
"Website Checker — SMTP Test",
"This is a test email from Website Checker. Your SMTP configuration is working correctly.",
"Bid Checker — SMTP Test",
"This is a test email from Bid Checker. Your SMTP configuration is working correctly.",
)
log_action(admin["id"], "TEST_EMAIL", "app_settings", None,
f"SMTP test email sent to {to}.")