diff --git a/rowers/models.py b/rowers/models.py index f8e75a01..c5afa452 100644 --- a/rowers/models.py +++ b/rowers/models.py @@ -571,6 +571,8 @@ class Rower(models.Model): getemailnotifications = models.BooleanField(default=False, verbose_name='Receive email notifications') + emailbounced = models.BooleanField(default=False, + verbose_name='Email Address Bounced') rowerplan = models.CharField(default='basic',max_length=30, choices=plans) diff --git a/rowers/templates/privacypolicy.html b/rowers/templates/privacypolicy.html index 924c63ca..a3faa516 100644 --- a/rowers/templates/privacypolicy.html +++ b/rowers/templates/privacypolicy.html @@ -92,7 +92,28 @@
The data protection officer for rowsandall.com is Sander Roosendaal and he may be contacted at support@rowsandall.com. -
+ + ++ Some actions on the site result in an individual email sent to you. +
+ ++ We will rarely use mass email to communicate to all our users. These cases + are limited to substantial changes in terms and conditions and other + announcements impacting the terms on which you use the site. We will + it is important to get these messages to you. If you do not with + to receive such emails, you can indicate so in the user settings. +
+ ++ Other site related communication (new features, outages, bugs, + price changes) are communicated through announcements on the + website, throught Twitter, Facebook and our blog + posts. +