Changeset 7:548c727b8dc2
- Timestamp:
- 11/25/09 09:34:10 (4 days ago)
- Branch:
- default
- Tags:
- tip
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/cm/notifications.py
r0 r7 69 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))