equal
deleted
inserted
replaced
66 'CONF' : ApplicationConfiguration, |
66 'CONF' : ApplicationConfiguration, |
67 }) |
67 }) |
68 |
68 |
69 send_mail(subject, message, ApplicationConfiguration['email_from'], [email], fail_silently=True) |
69 send_mail(subject, message, ApplicationConfiguration['email_from'], [email], fail_silently=True) |
70 |
70 |
71 logging.debug("Notification sent [%s] => %s" %(activity,notification.user) if notification.user else "sending (email) %s => %s" %(activity,notification.email)) |
71 #logging.debug(u"Notification sent [%s] => %s" %(activity,notification.user) if notification.user else u"sending (email) %s => %s" %(activity,notification.email)) |