in2code-de / luxletter

Newsletter system for TYPO3
https://www.in2code.de/agentur/typo3-extensions/luxletter/
22 stars 25 forks source link

[FEATURE] Adds Event before sending out testmail #205

Closed dhoffmann1979 closed 7 months ago

dhoffmann1979 commented 7 months ago

The first event can be used to deactivate the internal sending of test emails and implement your own logic, e.g. sending test newsletters via a separate queue.

Relates to: https://projekte.in2code.de/issues/61246

The second event is executed before the body text for the individual newsletter is processed. The event can be used to change or reset the body text that is used for parsing.

Relates to: https://projekte.in2code.de/issues/61356

einpraegsam commented 7 months ago

Thx, I just pushed a new commit based on this PR. Some small changes are implemented in https://github.com/in2code-de/luxletter/commit/b16c18fe0bea557ab4a6df8e17124e63be1370f5