.. include:: ../../../Includes.txt f:link.email ============ Email link ViewHelper. Generates an email link incorporating TYPO3s spamProtectEmailAddresses-settings. Properties ---------- All the :ref:`universal tag attributes ` Exclusive properties for the HTML-Element ######################################### name ~~~~ :aspect:`Variable type` String :aspect:`Description` Specifies the name of an anchor. :aspect:`Default value` NULL :aspect:`Mandatory` No rel ~~~ :aspect:`Variable type` String :aspect:`Description` Specifies the relationship between the current document and the linked document. :aspect:`Default value` NULL :aspect:`Mandatory` No rev ~~~ :aspect:`Variable type` String :aspect:`Description` Specifies the relationship between the linked document and the current document. :aspect:`Default value` NULL :aspect:`Mandatory` No target ~~~~~~ :aspect:`Variable type` String :aspect:`Description` Specifies where to open the linked document. :aspect:`Default value` NULL :aspect:`Mandatory` No Exclusive properties of this ViewHelper ####################################### email ~~~~~ :aspect:`Variable type` String :aspect:`Description` The email address to be turned into a link. :aspect:`Default value` NULL :aspect:`Mandatory` Yes Examples -------- Basic email link :: foo(at)bar.tld (depending on your spamProtectEmailAddresses-settings) Email link with custom linktext :: some custom content some custom content