#3157 closed defect (worksforme)
SMTP bug
| Reported by: | anonymous | Owned by: | Emmanuel Blot |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | notification | Version: | 0.9.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If you have configured the SMTP with both (assigned to and reporter) enabled to true, if you submit a ticket with different reporter and assigner when using Tracd, system fails
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
follow-up: 3 comment:2 by , 19 years ago
| Component: | general → notification |
|---|---|
| Keywords: | verify added |
| Milestone: | → 0.12 |
| Owner: | changed from to |
Seems to be worth trying to reproduce…
comment:3 by , 19 years ago
comment:4 by , 19 years ago
| Keywords: | verify removed |
|---|---|
| Milestone: | 0.12 → 0.10.4 |
| Resolution: | → worksforme |
| Status: | new → closed |
I'm not able to reproduce this issue with the current 0.10.x branch, using tracd -e.
I've used the following notification options in the configuration files:
- Project A
always_notify_owner = true always_notify_reporter = true always_notify_updater = true
- Project B
always_notify_owner = true always_notify_reporter = false always_notify_updater = true
I also tried with always_notify_updater = false and it worked as well.
I tried to assign an owner at ticket creation time, as well as at a later time (adding a comment & assigning an owner), I found no issue.
comment:5 by , 19 years ago
| Milestone: | 0.10.4 |
|---|



some additional information
⇒ No smtp will be generated for project B.
(Hope this helps)