|
|
@@ -52,6 +52,6 @@ SMTP_HOST = os.getenv("SMTP_HOST", "localhost")
|
|
|
SMTP_PORT = int(os.getenv("SMTP_PORT", "25"))
|
|
|
SMTP_USER = os.getenv("SMTP_USER", "")
|
|
|
SMTP_PASS = os.getenv("SMTP_PASS", "")
|
|
|
-SMTP_FROM = os.getenv("SMTP_FROM", "noreply@radionica3d.me")
|
|
|
+SMTP_FROM = os.getenv("SMTP_FROM", "hello@radionica3d.me")
|
|
|
# Frontend URL for links in emails
|
|
|
FRONTEND_URL = os.getenv("FRONTEND_URL", "https://radionica3d.me")
|