|
@@ -319,6 +319,7 @@ def send_simple_email(email_to: str, video_path: str):
|
|
|
'user':'verify@choozmo.com',
|
|
|
'password':'hlmaxzjnvpeaulhw',
|
|
|
'timeout': 30})
|
|
|
+ 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>",
|
|
@@ -330,5 +331,6 @@ def send_simple_email(email_to: str, video_path: str):
|
|
|
'user':'verify@choozmo.com',
|
|
|
'password':'hlmaxzjnvpeaulhw',
|
|
|
'timeout': 30})
|
|
|
+ print(r)
|
|
|
assert r.status_code == 250
|
|
|
|