테스트 메일 수신자 제한
This commit is contained in:
parent
3bf38c50df
commit
1274ba9ccc
5 changed files with 35 additions and 8 deletions
|
|
@ -294,8 +294,8 @@ python scripts\run-notification-worker.py --limit 25
|
|||
```
|
||||
|
||||
관리자 API에서도 `GET /admin/notifications`로 최근 delivery를 보고,
|
||||
`POST /admin/notifications/process`로 한 번 처리할 수 있다. `POST /admin/notifications/test`는 관리자
|
||||
수신자에게 테스트 메일 이벤트를 만들고 같은 큐로 즉시 처리한다. 메일 본문에는 축어록이나 평가 전문을 넣지 않고,
|
||||
`POST /admin/notifications/process`로 한 번 처리할 수 있다. `POST /admin/notifications/test`는
|
||||
`AUTH_SUPER_ADMIN_EMAILS` 대상에게 테스트 메일 이벤트를 만들고 같은 큐로 즉시 처리한다. 메일 본문에는 축어록이나 평가 전문을 넣지 않고,
|
||||
`/admin/users`, `/teach/session/:sessionId/review`, `/admin` 링크만 제공한다.
|
||||
|
||||
### 3.2 PowerShell(권장) — Invoke-RestMethod + 세션 쿠키
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue