MantisBT: master-1.2.x 4ff0a958

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-08-16 21:35 master-1.2.x 8c81d4ca
Affected Issues  0009368: Reminder emails not logged when logging is on
 0014630: Improve email logging
Changeset

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.

mod - admin/email_queue.php Diff File
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File