Changes between Version 29 and Version 30 of Email2tracConfiguration


Ignore:
Timestamp:
07/17/07 13:07:05 (17 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v29 v30  
    6464
    6565If you have enabled 'ticket_update' in email2trac.conf then you have
    66 to choose one of these options to make it work:
    67   *  This is the prefered one: Configure trac notification, eg:
     66one of the two options explained below.
     67
     68
     69=== Email address ===
     70
     71This is the preferred method. This will setup an email address where the ticket
     72information will be sent to. This is a different email address then the ticket email address.
     73When you reply on this email a copy will be sent to the ticket email address. Here is an example
     74setup:
    6875{{{
    6976      (ticket address: ticket@test.nl)
     
    7582      always_notify_reporter = true
    7683}}}
     84''smtp_always_cc'' is the adress where the ticket information is sent to and ''smtp_from'' is the ticket
     85email address. So if somebody replies a copy is sent to this address
     86
     87
     88=== html code ===
    7789 
    7890  * Use the mailto_cc and mailto_link in email2trac.conf. This will add a ''html'' mail to link in the description field. If you click on this link it will open the default mail program which will send an email to the reporter and Carbon COpy  to the ticket address.