Gordon Saxby

Playing with Umbraco V4

Encoded email links for Umbraco

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