Wajahat698 commited on
Commit
c908124
·
verified ·
1 Parent(s): 4c06bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def copy_to_clipboard(text):
110
  def feedback_email(name, email, feedback):
111
  """Sends feedback via email."""
112
  EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
113
- EMAIL_PASSWORD = os.getenv("EMAIL_PASSWORD")
114
  print(f"EMAIL_ADDRESS: {os.getenv('EMAIL_ADDRESS')}")
115
  print(f"EMAIL_PASSWORD: {os.getenv('EMAIL_PASSWORD')}")
116
  SMTP_SERVER = "smtp.office365.com"
 
110
  def feedback_email(name, email, feedback):
111
  """Sends feedback via email."""
112
  EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
113
+ EMAIL_PASSWORD = os.getenv("Password")
114
  print(f"EMAIL_ADDRESS: {os.getenv('EMAIL_ADDRESS')}")
115
  print(f"EMAIL_PASSWORD: {os.getenv('EMAIL_PASSWORD')}")
116
  SMTP_SERVER = "smtp.office365.com"