Changeset 82 for emailtotracscript


Ignore:
Timestamp:
06/08/06 08:59:07 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac:

Location:
emailtotracscript/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r81 r82  
    33          both options enable 'ticket_update' in email2trac.conf
    44          1 - Configure trac notification, eg:
    5                 - (ticket address: test-ticket@test.nl)
     5                - (ticket address: ticket@test.nl)
    66                [notification]
    77                smtp_enabled = true
    88                smtp_always_cc = test@test.nl
    99                smtp_server = localhost
    10                 smtp_from =  test-ticket@test.nl
     10                smtp_from =  ticket@test.nl
    1111                always_notify_reporter = true
    1212
     
    1919          MacOSx Reported by: Nathaniel Irons.
    2020
    21         - Update inline documentation by Nathaniel Irons.
     21        - Updated inline documentation by Nathaniel Irons.
    2222                 
    23232006-05-16
  • emailtotracscript/trunk/INSTALL

    r81 r82  
    1818 umask: 022                 # OPTIONAL, Use this umask for saving attachments
    1919 mailto_link: 1             # OPTIONAL, if set then [mailto:<CC>] in description
    20  mailto_cc: ticket@test.nl  # OPTIONAL, Use ths address as CC in mailto line
     20 mailto_cc: ticket@test.nl  # OPTIONAL, Use this address as CC in mailto line
    2121 ticket_update: 1           # OPTIONAL, if set then check if this is an update for a ticket
    2222 email_header: 1            # OPTIONAL, if set then show TO/CC fields in description
     
    5656
    5757If you have enabled 'ticket_update' in email2trac.conf then you have
    58 to choose one of this options to make it work:
     58to choose one of these options to make it work:
    5959  1 - Configure trac notification, eg:
    6060      - (ticket address: ticket@test.nl)
     
    6767
    6868  2 - Use the mailto_cc in email2trac.conf if you want to sent
    69       an email to the user and the trac ticket email address.
     69      an email to the user and the trac ticket email address via
     70      the mailto link
    7071
    7172== Usage ==
Note: See TracChangeset for help on using the changeset viewer.