Opened 15 years ago
Closed 13 years ago
#121 closed enhancement (fixed)
Configuration of smtp_replyto on a per-project basis
Reported by: | steve.brown@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | trunk |
Keywords: | Cc: |
Description
Hi there,
We're using email2trac 0.30 quite nicely with Trac 0.11.2 - thanks for your efforts!
In our org, we funnel support requests from each customer to special email addresses. Ideally, I'd like the reply-to email address in the email notification to be configurable from email2trac.conf on a per project basis. That way the recipient of the ticket notification can just Reply to the notification (to update, say) and ensure it gets sent to the correct 'special' email address originally used.
Hope that makes sense?
I've poked around and not being a Python guru am not too sure how to reset self.replyto_email - it seems to be set to the value in trac.ini by notification.py. Any clues gratefully received!
Steve
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by bas
- Status changed from new to assigned
- Version changed from 0.3 to trunk
comment:2 Changed 13 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
The announcerplugin can handle this.
Yes the setting comes from trac.ini so we have to tweak trac for this feature. I just read the sources and it is not that easy as i would expect. But maybe we find an solution because on trachacks there is a plugin that can handle different notification schemas.