Email Tracker Field


This field allows you to enter and display an email

Parameters

ValueDefaultDescription
0 or 1 or 200 displays the email as simple text with no link on it. 1 displays the email in a hexadecimal form, 2 displays the email with a link mailto
ono valueIf the second param is set to o, the email will receive a notification each time the status of the item is changed to opentw>3.0
pno valueIf the third param is set to p, the email will receive a notification each time the status of the item is changed to pendingtw>3.0
cno valueIf the fourth param is set to c, the email will receive a notification each time the status of the item is changed to closedtw>3.0


Examples
1,,p will send an email each time the status of the item becomes pending. The email will be displayed as <a href="mailto:%78@%74%77.%6f%72%67">x@example.org</a>

2,,p,c will send an email each time the status of the item becomes pending or closed. The email will be displayed as <a href="mailto:x@tw.org">x@example.org</a>