Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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
|