Changes between Version 37 and Version 38 of EmailtoTracScript


Ignore:
Timestamp:
Jun 2, 2006, 8:35:58 AM (18 years ago)
Author:
Bas van der Vlies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmailtoTracScript

    v37 v38  
    6363|| umask: || 022             || OPTIONAL, Use this umask for saving attachments ||
    6464|| mailto_link: || 1          || OPTIONAL, if set then {{{[mailto:CC]}}} in description ||
     65|| mailto_cc: || ticket@test.nl ||  OPTIONAL, Use ths address as CC in mailto line ||
     66|| ticket_update: 1    || OPTIONAL, if set then check if this is an update for a ticket ||
    6567|| email_header: || 1       || OPTIONAL, if set then show TO/CC fields in description||
    6668|| trac_version: || 0.8      || OPTIONAL. if set then use this as version number, default 0.9
     
    99101parameter is project, see above
    100102
     103If you have enabled 'ticket_update' in email2trac.conf then you have
     104to choose one of this options to make it work:
     105  *  Configure trac notification, eg:
     106{{{
     107      (ticket address: ticket@test.nl)
     108      [notification]
     109      smtp_enabled = true
     110      smtp_always_cc = test@test.nl
     111      smtp_server = localhost
     112      smtp_from =  ticket@test.nl
     113      always_notify_reporter = true
     114}}}
     115  *   Use the mailto_cc in email2trac.conf if you want to sent an email to the ticket email address.
     116
     117
    101118== Usage ==
    102119