View Issue Details

IDProjectCategoryView StatusLast Update
0009368mantisbtemailpublic2014-09-23 18:05
Reportervzw614 Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.1 
Target Version1.2.12Fixed in Version1.2.12 
Summary0009368: Reminder emails not logged when logging is on
Description

If you have logging turned on with the following flags "reminder" emails are not included in the log file.

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:c:/mantis/mantis.log'

Steps To Reproduce
  1. Set $g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
    $g_log_destination = 'file:c:/mantis/mantis.log'

  2. Send a reminder from an Issue

  3. Check log file

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036185

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