https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343 --- Comment #29 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 107994 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107994&action=edit Bug 22343: Revamped Koha::Email class This patch completely rewrites the Koha::Email class, inheriting from Email::Stuffer. The latter suits well the use by Email::Sender, which is to replace Mail::Sendmail on this patchset. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/Koha/Email.t => SUCCESS: Tests pass! 3. Verify all conditional codepaths are covered 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.