fabarea / messenger

Send messages to a bunch of users - TYPO3 CMS extension
Other
5 stars 8 forks source link

New feature : attach files from page resources or with the send message form #28

Closed Oktopuce closed 1 month ago

Oktopuce commented 5 years ago

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

Oktopuce commented 5 years 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.

fabarea commented 1 month ago

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.