fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user