mysociety / derechoapreguntar-theme

The Alaveteli theme for Derecho a Preguntar (Nicaragua)
https://derechoapreguntar.org/
Other
0 stars 3 forks source link

Figure out a way they can extract the details of the users of the site to send them an email about the launch #146

Open JenMysoc opened 8 years ago

garethrees commented 8 years ago

We can do this easily "on-demand":

User.where(:admin_level => 'none').pluck(:email)

Using user's email address in this way might be a bit questionable since they won't have opted in to marketing mail.