Changes between Version 2 and Version 3 of TracNotification


Ignore:
Timestamp:
Dec 31, 2005, 4:43:10 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v2 v3  
    1 = チケット更新情報のメール通知 =
     1= Email Notification of Ticket Changes =
    22[[TracGuideToc]]
    33
    4 Tracはメールによるチケット更新情報の基本的な通知機能をサポートしています。
     4Trac supports basic notification for ticket changes using email.
    55
    6 メールによる更新通知は、ユーザに関係するチケットについての最新情報を随時に提供したり、専用MLにチケットの更新情報を配信したりするのに便利な機能です。'''Note:''' 一例として[http://lists.edgewall.com/archive/trac-tickets/ Trac-tickets]MLの動作例を示します。
     6Email notification is useful to keep users up-to-date on tickets/issues of interest, and also provides a convenient way to post ticket changes to a dedicated mailing list. '''Note:''' As an example, this is how the [http://lists.edgewall.com/archive/trac-tickets/ Trac-tickets] mailing list works.
    77
    8 通知機能はデフォルトでは無効になっています。有効化とコンフィギュレーションは[wiki:TracIni trac.ini]で行うことができます。
     8Disabled by default, notification can be activated and configured in [wiki:TracIni trac.ini].
    99
    10 == メール通知を受け取る ==
    11 新しいチケットを登録したりコメントを追加する際、 ''報告者''、''担当者''もしくは''関係者''フィールドに有効なメールアドレスを入力してください。チケットに更新があると、Tracが自動的にメールを送信します。
     10== Receiving Notification ==
     11When reporting a new ticket or adding a comment, enter a valid email address in the ''reporter'', ''editor'' or ''cc'' field. Trac will automatically send you an email when changes are made to the ticket.
    1212
    13 これは、興味のあるチケットや機能追加に関する最新情報を随時受け取りたい場合に便利な機能です。
     13This is useful to keep up-to-date on an issue or enhancement request that interests you.
    1414
    15 == SMTP 通知のコンフィギュレーション ==
     15== Configuring SMTP Notification ==
    1616
    17 === Config オプション ===
    18 trac.iniの''[notification]''(通知)セクションで設定できるオプションです。
    19  * '''smtp_enabled''': メール通知を有効にします。
    20  * '''smtp_server''': 通知メッセージに使用されるSMTPサーバ。
    21  * '''smtp_from''': 通知メールの''Sender''-ヘッダに使用するメールアドレス。
    22  * '''smtp_replyto''': 通知メールの''Reply-To''-ヘッダに使用するメールアドレス
    23  * '''smtp_always_cc''': 常に通知メールを送信するメールアドレスのリスト。''主に専用MLにチケット更新を通知するのに使用されます。''
    24  * '''always_notify_reporter''':  報告者フィールドのすべてのメールアドレスに常に通知メールを送信します。
     17=== Configuration Options ===
     18These are the available options for the ''[notification]'' section in trac.ini.
     19 * '''smtp_enabled''': Enable email notification.
     20 * '''smtp_server''': SMTP server used for notification messages.
     21 * '''smtp_user''': (''requires [milestone:0.9 0.9]'') user name for authentication SMTP account.
     22 * '''smtp_password''': (''requires [milestone:0.9 0.9]'') password for authentication SMTP account.
     23 * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails.
     24 * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails.
     25 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
     26 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
     27 * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field.
    2528
    26  '''smtp_from''' か '''smtp_replyto'''の一方(もしくは両方)が''必ず''設定されていなければなりません。設定されていない場合、Tracは通知メールの送信を拒否します。
     29Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.
    2730
    28 === コンフィギュレーション例 ===
     31=== Example Configuration ===
    2932
    3033{{{
     
    3740}}}
    3841
    39 == Emailサンプル ==
     42== Sample Email ==
    4043{{{
    4144#42: testing
     
    6366}}}
    6467----
    65 参考: TracTickets, TracIni, TracGuide
     68See also: TracTickets, TracIni, TracGuide