Confluence 5.3 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Confluence サーバーがメール メッセージを送信する設定を行うことにより、Confluence ユーザーは次のことが実行できます。
You can personalise email notifications by configuring the 'From' field to include the name and email address of the Confluence user who made the change.
Confluence のメール サーバー設定を行うには、システム管理者 権限が必要です。
The information on this page does not apply to Confluence OnDemand.
メール メッセージを送信する Confluence 設定
Confluence がメールを送信する設定を行うには、
- Choose the cog icon at top right of the screen, then choose Confluence Admin.
- 左側のパネルの設定の下から、メール サーバー を選択します。これによって、現在設定されているすべての SMTP サーバーが一覧表示されます。
- 新しい SMTP サーバーの追加 (または既存のサーバーの 編集)をクリックします。
- 必要に応じて、以下のフィールドを編集します。
- 名前 :既定では、これは単に「SMTP サーバー」です。
- 差出人住所 :このサーバーから発信されるメール メッセージの「差出人」フィールドに表示されるメール アドレスを入力します。
このフィールドの入力は必須です。このフィールドを指定しないと、Confluence メール サーバーの設定を完了できません。 From Name: Enter the name that will be displayed in the 'from' field for email messages originating from this server. This is the text which appears before the user's registered email address (in angled brackets).
This field accepts the following variables, which reference specific details defined in the relevant Confluence user's profile:変数
説明
${fullname}
ユーザーのフルネーム。
${email}
ユーザーのメール アドレス。
${email.hostname}
ユーザーのメールアドレスのドメイン/ホスト名コンポーネント。
既定は
${fullname} (Confluence)
です。
したがって、Joe Bloggs がウォッチしているページに変更を加え、Confluence サイトの "差出人アドレス" がconfluence-administrator@example-company.com
と設定されている場合、彼のメール通知の "差出人" フィールドはJoe Bloggs (Confluence) <confluence-administrator@example-company.com>
のようになります。- 件名プレフィックス :件名行の先頭に表示する文字列を入力します。
- Manually enter your Host Address, User Name and Password details (recommended)
または
Specify the JNDI location of a mail session configured in your application server. For more information on how to set up a JNDI mail session, see Setting Up a Mail Session for the Confluence Distribution.
メール設定のテスト
Confluence 管理者は、次の要領で、メール サーバーをテストできます。
- Set up a mail server at Confluence Admin > Mail Servers, as described above
- テスト メールの送信 をクリックし、サーバーが動作していることを確認します。受信トレイにテストメールが届いていることを確認します。
- You can flush the email queue to send the email message immediately. Go to Confluence Admin > Mail Queue, and click Flush Mail Queue. See The Mail Queue.
ユーザーは、次の要領で、通知が機能していることをテストできます。
- Go to your user profile (using the Settings link) and edit your email preferences. See Subscribing to Email Notifications of Updates to Confluence Content.
- 自分の操作を通知 を有効化します。(既定では、Confluence は本人が行った変更の通知を送信しません。)
- 通知を取得したいページに移動します。
- Choose Tools > Watch. See Watching Pages, Spaces and Blogs.
- ページを編集し、変更を加えたら、ページを保存します。
- メールの受信トレイを確認します。メール メッセージが届くまで、しばらく待つ必要がある場合があります。
トラブルシューティング
If you experience problems with these configurations, please check that your <Confluence-Install>/confluence/WEB-INF/lib
contains only one copy of the following JAR files:
- activation-x.x.x.jar
- mail-x.x.x.jar
Ideally, these should be:
- activation-1.0.2.jar
- mail-1.3.2.jar (or later)
You will then need to move these into the proper directory: Please move (not copy) the two jar files from the <Confluence-Install>/confluence/WEB-INF/lib
directory to <confluence-install>/lib
and restart Confluence.