Wajahat698 commited on
Commit
29ddd7a
·
verified ·
1 Parent(s): 0a25777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 257899
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.")