temp fix email
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
sander@rowsandall-2.14384:1749892836
|
|
||||||
@@ -136,7 +136,10 @@ def send_template_email(from_email, to_email, subject,
|
|||||||
|
|
||||||
|
|
||||||
if not emailbounced:
|
if not emailbounced:
|
||||||
res = msg.send()
|
try:
|
||||||
|
res = msg.send()
|
||||||
|
except:
|
||||||
|
return 0
|
||||||
else: # pragma: no cover
|
else: # pragma: no cover
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user