lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

Get rid of hard-coded hyphen in email subject #80

Open cumuru opened 1 year ago

cumuru commented 1 year ago

In order to gain flexibility in the subjects of mails sent to the user it would be nice to get rid of the hyphen in https://github.com/lsascha/registeraddress/blob/develop/Classes/Controller/AddressController.php#L184 As solution might to use sprintf to insert the TypoScript subject into the locallang String.