Quick tip: Need to properly encode a mailto: link?
Just use
This takes care of %, &, space, and even linefeeds (make sure you use "\r\n", see RFC2368)
Related posts