Bug 3810 Mail::Sendmail should not fail silently
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 8 Feb 2010 16:17:30 +0000 (16:17 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 8 Feb 2010 16:39:22 +0000 (11:39 -0500)
commitd3e2de362503abaf442cb2df471444d185d48905
tree306a8cfcb5f81c7443c3bedb5f9565d7b02b12c2
parenta8564dbcf1a27fd76a8eaa203a7b6b8fb3f4fc47
Bug 3810 Mail::Sendmail should not fail silently

The return from Mail::Sendmail should always be checked
Output the error message if it fails so we have some
indication of where to start looking if it fails

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Letters.pm