I have the following code to change status text in email body but it doesn't work. Is there a syntax mistake?
PHP:
$body = "<a href='http://www.website.com/' onMouseOver='window.status=\"http://www.anothersite.com/\"; return true' onMouseOut='window.status=\"\"'>Link</a>";