.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _bugs_attachments: Attachments =========== Attachments for the customer won't send. 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->sendToCustomer } } If your attachments will send twice, please remove the snippet.