Changes between Version 29 and Version 30 of Email2tracConfiguration
- Timestamp:
- 07/17/07 13:07:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Email2tracConfiguration
v29 v30 64 64 65 65 If 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: 66 one of the two options explained below. 67 68 69 === Email address === 70 71 This is the preferred method. This will setup an email address where the ticket 72 information will be sent to. This is a different email address then the ticket email address. 73 When you reply on this email a copy will be sent to the ticket email address. Here is an example 74 setup: 68 75 {{{ 69 76 (ticket address: ticket@test.nl) … … 75 82 always_notify_reporter = true 76 83 }}} 84 ''smtp_always_cc'' is the adress where the ticket information is sent to and ''smtp_from'' is the ticket 85 email address. So if somebody replies a copy is sent to this address 86 87 88 === html code === 77 89 78 90 * 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.