avoid hard coded bcc fields in mail messages

Issue #21 resolved
Dries Desmet created an issue

Currently when sending out a subscription information mail "dries@urga.be" and "info@littleballvillage.be are hard coded. We need to have these settings in the settings.py file. Look into the way Django mail works because there is a mechanism that automatically mails to django MANAGERS or ADMINS.

My feeling is it should get mailed to MANAGERS, being Jelle, Pieter and Roger (or info@littleballvillage.be) while the ADMINS should be the developers: me and Ruben.

Comments (3)

  1. Dries Desmet reporter

    Merge commit '5a9d9de' into develop

    • commit '5a9d9de': (21 commits) resolve #23 resolve #19 test & fix #17 fix merge_usergroups if there is no false data i tried and i failed resolve #21 resolve #22 resolve #18 custom admin index template with campaignmonitor login form update gitignore resolve #20 working data migration for mailmessages before data migration is subscribed with icon execute dump_cm_subscribers when loading changelist_view working management command create dump_cm_subscribers.py subscribe & unsubscribe in model i.s.o. admin minor changes BadRequest fallback ...

    → <<cset c475ea28785c>>

  2. Dries Desmet reporter

    Merge branch 'develop'

    • develop: (54 commits) Fix data mailmessage data migration and profile migration Update README and setup Get versioning working Attempt at versioning Attempts to include correct dependancies Make sure setup.py relies on requirements file Add versioning small fixes small html error Remove versioning from node files resolve #23 resolve #19 test & fix #17 fix merge_usergroups if there is no false data i tried and i failed resolve #21 resolve #22 resolve #18 custom admin index template with campaignmonitor login form update gitignore ...

    → <<cset ba729c832f02>>

  3. Log in to comment