if you're outputting the information to a web page, the email address is there between the < and > signs, but the browser is interpreting it as an HTML tag. I usually use a replace statement like the following, to replace the < and > characters with [ and ]:
#replace(replace(FROM...