|
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} | ユーザーのメールアドレスのドメイン/ホスト名コンポーネント。 |
The default is '
${fullname} (Confluence)'.
Hence, if Joe Bloggs made a change to a page he was watching and the Confluence site's 'From Address' was set to confluence-administrator@example-company.com, then the 'From' field in his email notification would be: Joe Bloggs (Confluence) <confluence-administrator@example-company.com>.
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:
Ideally, these should be:
You will then need to move these into the proper directory:
Confluence distribution: Please move (not copy) the two jar files from the <Confluence-Install>/confluence/WEB-INF/lib directory to <confluence-install>/lib (for Confluence version 2.10 onwards) or <Confluence-Install>/common/lib (for earlier product versions) and restart Confluence.