https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32575 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- Created attachment 167780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167780&action=edit Bug 32575: Add an empty text body to fix multipart/mixed handling By adding an empty text body, we force Email::Stuffer/Email::MIME to use multipart/mixed handling for the attachment instead of forcing a single part (ie direct attachment) email, which is not consistently handled by different email clients. An empty text body is language-neutral (ie not imposing English), and it allows SMTP servers to inject organisational footers into the email (e.g. confidentiality notices). -- You are receiving this mail because: You are watching all bug changes.