Manually add an email to the screened email list

I’m wondering if there is a way to add an addresses to the screened email address list without that person having an account?

We have a request to remove a persons account from multiple systems to stop him from receiving email. To prevent any further work for our team, we want to prevent him from signing up and making more requests.

I’m able to prevent him from signing back up on my other systems, but it would be nice to prevent him from signing up on the community as well. The screened email seems to be the thing, but I don’t see a way to add a person to it unless they have already created an account and I then ban it.

3 Likes

It looks like you can do it from the console. I just tested the following:

./launcher enter app
rails c
ScreenedEmail.create(email: "problem@email.com")

The screened email will show up in your admin interface after that. You can remove it from there if ever necessary.

10 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.