Opened 18 years ago
Closed 18 years ago
#3478 closed defect (invalid)
notification.py does not appear in trac 0.9.6
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.9.6 |
Severity: | normal | Keywords: | notification email user settings |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I wonder why I couldn't find notification.py in my trac installation. I used Fedora Core 5 and I have installed trac from rpm package and from tgz package but i couldn't find this file.
All start when I came realized that notification mail system didn't work for me, unless I wrote email in cc, reporter, owner fields. Our users put his email in email settings field, but email notification doesn't work this way.
After reviewed trac tickets like #3341, #3392, #2766 and so on, I show patches to notification.py, but I couldn't apply it!
I have been using trac since version 0.8.4 and I never seen notification working, so my question is:
Could trac send notifications to the email address that users have specified into settings?
Well, this looks like an installation issue, and installation issues should be posted to the ML and not filed as tickets, as specified on the new ticket web page.
Email notifications do work, in 0.8, 0.9 and in the upcoming 0.10.
notification.py
only exist for the 0.10, the file used to be namedNotify.py
in previous versions. This file has been split into severalnotification.py
files. Current development version is always reported as devel in the tickets. Obvisouly, you cannot apply the same patch to all releases.Please ask for installation support in the ML.