Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ async def send_email_with_attachment(recipient_email, subject, body, attachment_
|
|
| 260 |
VALIDATE_CERTS = True
|
| 261 |
)
|
| 262 |
|
| 263 |
-
html =
|
| 264 |
|
| 265 |
message = MessageSchema(
|
| 266 |
subject="Fastapi-Mail module",
|
|
|
|
| 260 |
VALIDATE_CERTS = True
|
| 261 |
)
|
| 262 |
|
| 263 |
+
html = <p>Hi this test mail, thanks for using Fastapi-mail</p>
|
| 264 |
|
| 265 |
message = MessageSchema(
|
| 266 |
subject="Fastapi-Mail module",
|