Parameters
| Value | Default | Description | |
| 0 or 1 or 2 | 0 | 0 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 | |
| o | no value | If the second param is set to o, the email will receive a notification each time each times the status of the item is changed to open | tw>3.0 |
| p | no value | If the third param is set to p, the email will receive a notification each time each times the status of the item is changed to pending | tw>3.0 |
| c | no value | If the fourth param is set to c, the email will receive a notification each time each times the status of the item is changed to closed | tw>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@tw.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@tw.org</a>
