Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def feedback_email(name, email, feedback):
|
|
| 113 |
EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
|
| 114 |
EMAIL_PASSWORD = os.getenv("Password") # Ensure this environment variable is set correctly
|
| 115 |
SMTP_SERVER = "smtp.office365.com"
|
| 116 |
-
SMTP_PORT =
|
| 117 |
|
| 118 |
if not EMAIL_ADDRESS or not EMAIL_PASSWORD:
|
| 119 |
st.error("Email configuration is missing.")
|
|
|
|
| 113 |
EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
|
| 114 |
EMAIL_PASSWORD = os.getenv("Password") # Ensure this environment variable is set correctly
|
| 115 |
SMTP_SERVER = "smtp.office365.com"
|
| 116 |
+
SMTP_PORT = 465
|
| 117 |
|
| 118 |
if not EMAIL_ADDRESS or not EMAIL_PASSWORD:
|
| 119 |
st.error("Email configuration is missing.")
|