View Issue Details

IDProjectCategoryView StatusLast Update
0014630mantisbtemailpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.12 
Target Version1.2.12Fixed in Version1.2.12 
Summary0014630: Improve email logging
Description

Several e-mail related events including error triggered by PHPMailer when sending messages are not reported at all in the mantis log file with LOG_EMAIL enabled, making troubleshooting of issues difficult.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
related to 0014631 closeddregad Email validation needs to be consistent 
related to 0015382 closeddregad Additional improvements to email logging 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036130

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 4ff0a958

2012-08-16 21:35

dregad


Details Diff
Fix 0014630: Improved logging for emails

Prior to this, several e-mail related events were not reported at all,
making troubleshooting of issues difficult. The following cases are now
logged:

* sending of queued messages (email_send_all)
* errors thrown by PHPMailer
* reminder emails (email_bug_reminder) - fixes 0009368
* deletion of records from the email queue

In addition, admin/email_queue.php was modified to print a formatted
date instead of a numeric timestamp.
Affected Issues
0009368, 0014630
mod - admin/email_queue.php Diff File
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File

MantisBT: master 6e27e969

2012-08-16 21:35

dregad


Details Diff
Fix 0014630: Improved logging for emails

Prior to this, several e-mail related events were not reported at all,
making troubleshooting of issues difficult. The following cases are now
logged:

* sending of queued messages (email_send_all)
* errors thrown by PHPMailer
* reminder emails (email_bug_reminder) - fixes 0009368
* deletion of records from the email queue

In addition, admin/email_queue.php was modified to print a formatted
date instead of a numeric timestamp.
Affected Issues
0009368, 0014630
mod - admin/email_queue.php Diff File
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File