Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ def send_email_with_attachment(recipient_email, subject, body, attachment_path):
|
|
269 |
subtype=MessageType.html)
|
270 |
|
271 |
fm = FastMail(conf)
|
272 |
-
|
273 |
|
274 |
|
275 |
|
|
|
269 |
subtype=MessageType.html)
|
270 |
|
271 |
fm = FastMail(conf)
|
272 |
+
fm.send_message(message)
|
273 |
|
274 |
|
275 |
|