Opened 16 years ago
Closed 16 years ago
#8584 closed defect (invalid)
Email notification fails because of DOMAIN\USER_NAME format for login
| Reported by: | anonymous | Owned by: | Emmanuel Blot |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | notification | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
We are using Trac 0.11.1 on Windows and all of us login using a DOMAIN\USER_NAME since there are users from multiple internal domains connecting to this server. We use AD authentication.
I have email notification working when I explicitly enter an email address in the CC field of a ticket such as xxx@…
But, when I set always_notify_reporter=true, the reporter does not get notified because Trac appears to be sending an email to DOMAIN\USER_NAME instead of just USER_NAME.
Can't find a solution for this from some googling and looking through other tickets.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Component: | general → notification |
|---|---|
| Owner: | set to |
| Version: | none → 0.11.1 |
comment:2 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Invalid issue: it worked when I said use_short_addr = False.. the smtp server was looking for the full domain name



Updated component and version