Added a config setting that allows email to be piped to the log rather than pass through a mailserver that may or may not exist. Added a TODO test block.

This commit is contained in:
Frank Dillon 2008-08-26 15:56:21 +00:00
parent 4e7130bee0
commit 7901eb9642
3 changed files with 28 additions and 10 deletions

View file

@ -165,6 +165,9 @@ SKIP: {
$session->config->set( 'emailOverride', $oldEmailOverride );
}
# TODO: Test the emailToLog config setting
#----------------------------------------------------------------------------
# Cleanup
END {