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

Confirmation mail doesn't render email links properly in consent area #47

Open mschmitz89 opened 6 years ago

mschmitz89 commented 6 years ago

I'm using the txt variant for sending the confirmation mail. At the consent text links to email-adresses are rendered with the javascript code in it if config.spamProtectEmailAddresses is set.

To get rid of this you have to change this line {consent -> f:format.html(parseFuncTSPath:"plugin.tx_registeraddress.lib.parseFunc_PLAIN") -> f:format.stripTags()} to this {consent -> f:format.stripTags()}

at MailNewsletterRegistration.txt (dont't tested the html-version yet).

lsascha commented 5 years ago

Pushed something for this. See 7d7defcfcecacbdc671f3c8d4cb9abacd6e8dc0b Will have to test it before release.