Private
Public Access
1
0
This commit is contained in:
2025-06-20 19:38:54 +02:00
parent 258740e490
commit 2722955f13
4 changed files with 5 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ def send_template_email(from_email, to_email, subject,
try:
res = msg.send()
except:
return 0
return 1
else: # pragma: no cover
return 0