uri.email ViewHelper <f:uri.email>

Email URI ViewHelper. Generates an email URI incorporating TYPO3s spamProtectEmailAddresses TypoScript setting.

Example

Basic email URI:

<f:uri.email email="foo@bar.tld" />
Copied!

Output:

javascript:linkTo_UnCryptMailto('ocknvq,hqqBdct0vnf');
Copied!

Depending on spamProtectEmailAddresses setting.

Arguments

email

DataType
string
Required
true
Description
The email address to be turned into a URI