fix errors tcx
This commit is contained in:
@@ -128,6 +128,8 @@ def send_template_email(from_email, to_email, subject,
|
||||
umsg.save()
|
||||
except User.DoesNotExist:
|
||||
pass
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
if not emailbounced:
|
||||
res = msg.send()
|
||||
|
||||
Reference in New Issue
Block a user