Ajouter manuellement un e-mail à la liste des e-mails filtrés

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.

11 « J'aime »