Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
608 changes: 564 additions & 44 deletions cmd/email.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/app-behavior-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Markdownメールに埋め込むHTMLコンテンツのサニタイゼーショ
悪意あるコンテンツは、配信された場合あなただけでなく他の第三者にも被害を及ぼす可能性があるほか、
あなたのドメインやメールアドレス、IPアドレスの評判が損なわれる可能性もあります。

````
## 2. 環境変数マッピング

CI/CDパイプラインやコンテナ環境での利用を想定し、すべての設定は環境変数で定義可能です。
Expand Down Expand Up @@ -182,6 +181,7 @@ CI/CDパイプラインやコンテナ環境での利用を想定し、すべて
- `{time}`: 時刻部分(例: `120000`)

使用例:

```yaml
email:
from: "abuse+{report_id}@example.com" # → abuse+report-20240101-120000@example.com
Expand Down
Loading