fixed breakthrough email issues
This commit is contained in:
@@ -13,7 +13,7 @@ from scipy import optimize
|
||||
import rowingdata
|
||||
|
||||
from rowingdata import rowingdata as rdata
|
||||
|
||||
from rowers.utils import dologging
|
||||
from celery import app
|
||||
import datetime
|
||||
import pytz
|
||||
@@ -132,7 +132,8 @@ def send_template_email(from_email, to_email, subject,
|
||||
except User.DoesNotExist:
|
||||
pass
|
||||
except Exception as e:
|
||||
pass
|
||||
dologging('tasks.log',e)
|
||||
|
||||
|
||||
if not emailbounced:
|
||||
res = msg.send()
|
||||
|
||||
Reference in New Issue
Block a user