Currently, setting up django-newsletter requires some templates being overridden just for setting the contact email in case of errors (replacing info@foobar.com).
What about adding a new field in the Newsletter model, something like contact_email (or tech_email or ...) which would then dynamically inserted into the templates?