Activity log for bug #552031

Date Who What changed Old value New value Message
2010-03-30 20:42:21 Dan MacNeil bug added bug
2010-04-26 19:28:59 Dan MacNeil description -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 affects mvhub importance low status confirmed tag 10-plus-hours tag defect tag refactor done The ->send() method of MIME::Entity we use in MVHub::Common::sendmail and soon in MVHub::Utils::Mail::Send::sendmail doesn't die or spit out any kind of error if it fails to send an email. We should use Mail::SendMail which does. It will require modifying one routine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkuyYZ4ACgkQLzI3mETyffxh/QCgipffpX1ikNBGFvyxbIPjVPfq 0gYAoIZog3VmfZ1+ZZuvtHQ9y8aqFzsR =cH8r -----END PGP SIGNATURE----- The ->send() method of MIME::Entity we use in MVHub::Common::sendmail and soon in MVHub::Utils::Mail::Send::sendmail doesn't die or spit out any kind of error if it fails to send an email. We should use Mail::SendMail which does. It will require modifying one routine
2010-04-26 19:29:16 Dan MacNeil tags 10-plus-hours defect refactor defect refactor time-16-hrs-or-less
2010-04-26 19:34:26 Dan MacNeil description The ->send() method of MIME::Entity we use in MVHub::Common::sendmail and soon in MVHub::Utils::Mail::Send::sendmail doesn't die or spit out any kind of error if it fails to send an email. We should use Mail::SendMail which does. It will require modifying one routine The ->send() method of MIME::Entity we use in MVHub::Common::sendmail and soon in MVHub::Utils::Mail::Send::sendmail doesn't die or spit out any kind of error if it fails to send an email. We should use Mail::SendMail which does. It will require modifying one routine see also Mail::Internet