django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Email hook #43

Closed timeyyy closed 6 years ago

timeyyy commented 7 years ago

I have copied the notifymail command so i can customize emails per event type. Would a PR for this be welcomed? What is the best way to add a customizable function call in django? I thought about parsing a setting string. Is there a nicer way?

NYT_EMAIL_HOOK = module.path.function