Attachments

Attachments for the customer won’t send.

Workaround

Add the snippet below to your TypoScript:

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.