Open JenMysoc opened 9 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.
We can do this easily "on-demand":
Using user's email address in this way might be a bit questionable since they won't have opted in to marketing mail.