Won’t send

Error

Attachments won’t send to the customer.

Workaround

Add the snippet below to your TypoScript:

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.