Changes between Version 12 and Version 13 of Email2tracConfiguration


Ignore:
Timestamp:
12/11/06 16:19:34 (17 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v12 v13  
    11[[ShowPath]]
     2[[PageOutline]]
    23
    34= Configuration =
     
    3132
    3233
    33 If you have enabled 'ticket_update' in email2trac.conf then you have
    34 to choose one of this options to make it work:
    35   *  Configure trac notification, eg:
    36 {{{
    37       (ticket address: ticket@test.nl)
    38       [notification]
    39       smtp_enabled = true
    40       smtp_always_cc = test@test.nl
    41       smtp_server = localhost
    42       smtp_from =  ticket@test.nl
    43       always_notify_reporter = true
    44 }}}
    45   *   Use the mailto_cc in email2trac.conf if you want to send an email to the ticket email address.
    46 
    47 
    4834== Spam ==
    4935
     
    7056        WEIRD_PORT, autolearn=spam
    7157}}}
     58
     59
     60== Ticket Update ==
     61
     62If you have enabled 'ticket_update' in email2trac.conf then you have
     63to choose one of this options to make it work:
     64  *  Configure trac notification, eg:
     65{{{
     66      (ticket address: ticket@test.nl)
     67      [notification]
     68      smtp_enabled = true
     69      smtp_always_cc = test@test.nl
     70      smtp_server = localhost
     71      smtp_from =  ticket@test.nl
     72      always_notify_reporter = true
     73}}}
     74  *   Use the mailto_cc in email2trac.conf if you want to send an email to the ticket email address.