Skip to content

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

@mschmitz89

Description

@mschmitz89

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions