View Issue Details

IDProjectCategoryView StatusLast Update
0003828mantisbtbugtrackerpublic2004-07-07 19:05
Reporterpermutations Assigned Toyarick123  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.2 
Fixed in Version0.19.0a1 
Summary0003828: 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.

TagsNo tags attached.

Activities

vboctor

vboctor

2004-05-28 08:37

manager   ~0005624

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?

permutations

permutations

2004-05-28 12:23

reporter   ~0005629

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.

vboctor

vboctor

2004-05-28 17:53

manager   ~0005632

This is fixed in 0.19.0 where one email is sent per user and only phpMailer is supported.