Closed sunjoomoon closed 4 years ago
Hello :)
So did it work for your usecase ? If so, and you think this should be somewhere in the documentation, would you be interesting in providing a pull request and add it ? If you don't think it should be in the doc, is it OK if we close the ticket ?
Thank you :)
I'll close for now but that does not mean we're not interested in feedback. If there's anything you find still needs discussing, by all means, reopen.
Following https://docs.djangoproject.com/en/1.8/topics/class-based-views/generic-editing/
views.py
I am trying to figure out how mail-factory can be used to send email to the user's 'email' field and to 'settings.MANAGERS' upon Author creation and Update. Any example or hint will be cool.