Skip to content

Commit

Permalink
Add explanation for configuring SMTP server settings in ckan.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-yasuda committed May 15, 2024
1 parent 020c382 commit badc153
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ja/email_notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
CKAN_SMTP_PASSWORD=pass
```

上記の手順で設定を行わない、つまり設定値が空の場合、手順3 以降にて`ckan.ini`内の以下の項目で使用するSMTPサーバの設定を行う。</br>
※設定の反映にはWebアプリケーションサーバの再起動が必要

```ini
smtp.server = smtp.corporateict.domain:25
smtp.starttls = true
smtp.user = user
smtp.password = pass
```

2. インストール
* [クイックスタート](../../README.md) **1~4番**の手順を参照してください

Expand Down

0 comments on commit badc153

Please sign in to comment.