CentreForDigitalHumanities / procreg

Data processing registration Django app
0 stars 0 forks source link

Email notifications #31

Open miggol opened 1 year ago

miggol commented 7 months ago

This involves the Django Shared Core mailing system

miggol commented 7 months ago

The question at hand is how and where we want emails to be sent within the application. The content of emails can be placeholders for now, as long as the layout and sending works.

Django's signals and receivers framework may very well be suitable for this.