テスト結果まとめ
テスト 結果 APIキーなし → 拒否 ✅ sender-rule ルールなし → {"matched": false} ✅ emails POST → メール記録+feedback_url 返却 ✅ sender-context → 集計値を返す ✅ 同じ message_id の重複 → エラー ✅ フィードバック GET → メール情報を返す ✅ フィードバック POST always_notify/domain → {"status": "ok"} ✅ フィードバック後に sender-rule 確認 → always_notify ルール反映 ✅ 次は ブラウザでフィードバックページを確認してみてください: http://localhost:3000/mail/feedback/15c19c3c-3476-4177-8351-3b545c1e51d1 (すでに always_notify フィードバック済みなので「現在の評価: 🔔 常に通知してほしい(変更できます)」と表示されるはずです)
This commit is contained in:
@@ -25,7 +25,9 @@
|
|||||||
"Bash(PYTHONIOENCODING=utf-8 /c/Users/akira/Develop/keinasystem_t02/.venv/Scripts/python:*)",
|
"Bash(PYTHONIOENCODING=utf-8 /c/Users/akira/Develop/keinasystem_t02/.venv/Scripts/python:*)",
|
||||||
"Bash(docker compose restart:*)",
|
"Bash(docker compose restart:*)",
|
||||||
"Bash(docker compose exec backend python manage.py shell:*)",
|
"Bash(docker compose exec backend python manage.py shell:*)",
|
||||||
"Bash(docker compose exec:*)"
|
"Bash(docker compose exec:*)",
|
||||||
|
"Bash(docker-compose restart:*)",
|
||||||
|
"Bash(TOKEN=\"15c19c3c-3476-4177-8351-3b545c1e51d1\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ services:
|
|||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
SECRET_KEY: ${SECRET_KEY}
|
SECRET_KEY: ${SECRET_KEY}
|
||||||
DEBUG: "True"
|
DEBUG: "True"
|
||||||
|
MAIL_API_KEY: ${MAIL_API_KEY}
|
||||||
|
FRONTEND_URL: http://localhost:3000
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user