From 15e3eb316a1449adef8345dd8536e06f03d72b83 Mon Sep 17 00:00:00 2001 From: iDefineHD Date: Sun, 11 Jan 2026 21:52:31 +0000 Subject: [PATCH] changed smtp settings --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 0328af5..24ece9d 100644 --- a/.env +++ b/.env @@ -42,11 +42,11 @@ RATE_LIMIT_TIMEWINDOW=60000 BYPASS_BOT_REQUIREMENT=true # Email Configuration (for future implementation) -SMTP_HOST=smtp.example.com +SMTP_HOST=mail.privateemail.com SMTP_PORT=587 -SMTP_USER=your-email@example.com -SMTP_PASS=your-email-password -EMAIL_FROM=noreply@turbotrades.com +SMTP_USER=spam@turbotrades.gg +SMTP_PASS=20yBBj!0 +EMAIL_FROM=noreply@turbotrades.dev # WebSocket WS_PING_INTERVAL=30000