The email tag is a Single Tag. Textpattern will replace this tag with a mailto: email link, according to the attributes set.
The email tag has the following syntactic structure…
<txp:email />
Tag will accept the following attributes (case-sensitive):
Any valid email address.
Displayed link text. Default is Contact.
(X)HTML title attribute. Default is unset.
<txp:email email="john.doe@example.com" linktext="Contact" title="Send an Email" />
<txp:email email="john.doe@example.com?subject=Lorem Ipsum&body=Sit amend" />