View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003828 | mantisbt | bugtracker | public | 2004-05-12 20:31 | 2004-07-07 19:05 |
| Reporter | permutations | Assigned To | yarick123 | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.18.2 | ||||
| Fixed in Version | 0.19.0a1 | ||||
| Summary | 0003828: with phpMailer, must have a "to" address | ||||
| Description | If you use phpMailer, you get an error when submitting reports if there isn't a "to" address. This is a bother since the "to" address gets zillions and zillions of notifications, mostly duplicates. Probably the solution here it to let the "to" address notifications be configured. This would also solve the problem of systems that can't send bcc without a to. | ||||
| Tags | No tags attached. | ||||
|
In the latest code an email is sent for each user. The address of the user is included in the "To" field, hence, this problem is not applicable anymore. Am I missing something? |
|
|
This report was for 0.18.2. I haven't tried 0.18.3 yet. I made so many changes in the code that upgrading is time-consuming, and I haven't had time. |
|
|
This is fixed in 0.19.0 where one email is sent per user and only phpMailer is supported. |
|