Redmind commited on
Commit
84e9804
·
verified ·
1 Parent(s): a6a2185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def document_data_tool(question):
249
 
250
  def send_email_with_attachment(recipient_email, subject, body, image_data):
251
  try:
252
- sender_email = os.getenv("EMAIL_SENDER")
253
  sender_password = os.getenv("EMAIL_PASSWORD")
254
 
255
  # Create a multipart message
 
249
 
250
  def send_email_with_attachment(recipient_email, subject, body, image_data):
251
  try:
252
+ sender_email = os.getenv("EMAIL_SENDER")
253
  sender_password = os.getenv("EMAIL_PASSWORD")
254
 
255
  # Create a multipart message