Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 27, 2015 · 1 comment

Comments

@JenMysoc
Copy link
Member

No description provided.

@garethrees
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants