Private
Public Access
1
0

temp fix email

This commit is contained in:
2025-06-20 18:07:43 +02:00
parent 0ddd2e2b74
commit 258740e490
2 changed files with 4 additions and 2 deletions

View File

@@ -136,7 +136,10 @@ def send_template_email(from_email, to_email, subject,
if not emailbounced:
res = msg.send()
try:
res = msg.send()
except:
return 0
else: # pragma: no cover
return 0