Issue Details (XML | Word | Printable)

Key: MDL-12142
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Martín Langhoff
Reporter: Martín Langhoff
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Mailout debugger utility

Created: 13/Nov/07 08:19 AM   Updated: 13/Nov/07 08:38 AM
Return to search
Component/s: Lib
Affects Version/s: 1.9, 2.0
Fix Version/s: None

Participants: Martín Langhoff
Security Level: None
Affected Branches: MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
Creating a mailout debugger that acts like sendmail.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martín Langhoff committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 13/Nov/07 09:33 AM
admin: Introducing the mailout-debugger

A stand-in for sendmail that will log all emails instead of sending
them out. Use when debugging cron performance and output.

References:
  MDL-12142
  http://moodle.org/mod/forum/post.php?reply=349457
MODIFY admin/mailout-debugger.php   Rev. 1.1.2.1    (+76 -0 lines)
Martín Langhoff committed 1 file to 'Moodle CVS' - 13/Nov/07 09:34 AM
admin: Introducing the mailout-debugger

A stand-in for sendmail that will log all emails instead of sending
them out. Use when debugging cron performance and output.

References:
  MDL-12142
  http://moodle.org/mod/forum/post.php?reply=349457
MODIFY admin/mailout-debugger.php   Rev. 1.2    (+76 -0 lines)
Martín Langhoff committed 1 file to 'Moodle CVS' - 20/Nov/07 09:31 AM
MDL-12142 mailout-debugger: Now works on Windows too

Switched to use sys_get_temp_dir() to define
which tempdir to use.
MODIFY admin/mailout-debugger.php   Rev. 1.3    (+5 -4 lines)
Martín Langhoff committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 20/Nov/07 09:32 AM
MDL-12142 mailout-debugger: Now works on Windows too

Switched to use sys_get_temp_dir() to define
which tempdir to use.
MODIFY admin/mailout-debugger.php   Rev. 1.1.2.2    (+5 -4 lines)