jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
849 stars 205 forks source link

Remove hard dependency on SITE_ID #356

Closed zelenij closed 3 years ago

zelenij commented 3 years ago

This is to address issue #266 which prevents truly multi-host web sites from working properly with django-newsletter

zelenij commented 3 years ago

Realised more work is required