.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _knownbugs_attachments_wontsend: Won't send ========== Error ----- Attachments won't send to the customer. Workaround ---------- Add the snippet below to your TypoScript: .. code:: php plugin.tx_powermail.settings.setup.sender.addAttachment { 30 = USER 30 { userFunc = Netzmacher\Caddy\Userfunc\Powermail\Attachments->ForCustomer } } If your attachments will send twice, please remove the snippet.