tomoya 1 ماه پیش
والد
کامیت
f818062dba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      backend/app/app/api/api_v1/endpoints/text2zip.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/text2zip.py

@@ -322,7 +322,7 @@ def send_simple_email(email_to: str, video_path: str):
         print(r)
         assert r.status_code == 250
     else:
-        message = emails.html(html=f"<p>Hi!<br>Here is Choozmo Video<br><a href='{video_path}'>Video</a></p>",
+        message = emails.html(html=f"<p>Hi!<br>Here is <a href='{video_path}'>Video</a></p>",
                             subject="Choozmo Video Service",
                             mail_from=('ChoozMo Video Service', 'verify@choozmo.com'))
         r = message.send(to=email_to, mail_from='verify@choozmo.com', smtp={'host': 'smtp.gmail.com',