# 스크리닝된 이메일 목록에 이메일을 수동으로 추가하기

**URL:** https://meta.discourse.org/t/manually-add-an-email-to-the-screened-email-list/142277
**Category:** Support
**Created:** [2월 21, 2020, 5:52오후 UTC](https://meta.discourse.org/t/manually-add-an-email-to-the-screened-email-list/142277 "2020-02-21T17:52:51Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [2월 21, 2020, 8:04오후 UTC](https://meta.discourse.org/t/manually-add-an-email-to-the-screened-email-list/142277/2 "2020-02-21T20:04:33Z")

</div>

콘솔에서 할 수 있는 것 같습니다. 다음을 테스트해 보았습니다:

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

```

이후 스크리닝된 이메일이 관리자 화면에 표시됩니다. 필요 시 거기서 삭제할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/manually-add-an-email-to-the-screened-email-list/142277)._
