Redmind commited on
Commit
69b3f2f
·
verified ·
1 Parent(s): ac52c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = """<p>Hi this test mail, thanks for using Fastapi-mail</p> """
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",