Closed Oktopuce closed 1 month ago
Another solution could be to add a signal/slot or a hook in BackendMessageController::enqueueAction() to add the possibility to attach files.
It could be very useful to also have this signal/hook in order to change data before they are enqueued, use case : add an specific unsubscribe link in mail message.
Sorry, for the late, late, late, late answer. I guess you found another solution in the meanwhile. We are reactivating the dev of the extension in case.
When you send a Newsletter, it's very useful to attach some files to it.
It's available with your extension but only using the API, I think a very interesting feature could be to add the opportunity to attach file from page Resources or with the send message form.
Attach a file from Page Resources is very easy, I've already done it extending your extension, have a look in files attached.
BackendMessageController.zip
Florian