ftx7go commited on
Commit
da5ca8e
·
verified ·
1 Parent(s): e90dfc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ REPORTS_DIR = "reports"
23
  os.makedirs(REPORTS_DIR, exist_ok=True)
24
 
25
  # Email configuration from environment variables
26
- SENDER_EMAIL = os.getenv("SENDER_EMAIL", "your-email@gmail.com")
27
- SENDER_PASSWORD = os.getenv("SENDER_PASSWORD", "your-app-password")
28
 
29
  # Function to send email with PDF attachment
30
  def send_email_with_attachment(to_email, file_path, patient_name):
 
23
  os.makedirs(REPORTS_DIR, exist_ok=True)
24
 
25
  # Email configuration from environment variables
26
+ SENDER_EMAIL = os.getenv("SENDER_EMAIL", "qen3jv@gmail.com")
27
+ SENDER_PASSWORD = os.getenv("SENDER_PASSWORD", "1w3r5y7i9pW$")
28
 
29
  # Function to send email with PDF attachment
30
  def send_email_with_attachment(to_email, file_path, patient_name):