1: copy the SafeMailLink.dll to the "bin" folder of your umbraco
install
2: Add this line in the web-config in the <httpModules>
section:
<!-- Safe Email Links -->
<add name="SafeMailLinkModule"
type="SafeMailLink.SafeMailLinkModule" />
You're done!
Download
here