You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using django-consent for maintaining a list of newsletter subscribers is a perfectly simple use case.
We can even generate a send such newsletters quite easily.
It can be contested that using "eager" sending of emails without a queuing system is a good idea. But for demonstration purposes, it can serve as a simple pattern for getting started.
The text was updated successfully, but these errors were encountered:
Description
Using django-consent for maintaining a list of newsletter subscribers is a perfectly simple use case.
We can even generate a send such newsletters quite easily.
It can be contested that using "eager" sending of emails without a queuing system is a good idea. But for demonstration purposes, it can serve as a simple pattern for getting started.
The text was updated successfully, but these errors were encountered: