How to deal with long links in HTML-emails
I've searched the web on this and I can find two solutions: Use a URL-shortner. Use brackets < > to allow insertion of whitespace. This only applies to plain-text emails. I'm sending HTML emails that contains sensitive information, like password recovery links and auto-authentication links. These secure links are, by their nature, quite long. Easily longer than 70 characters or whatever arbitrary limit is imposed on e-mail bodies. Obviously I can't use any form of URL-shortning because it would circumvent any secure cryptography technique I've used for the links. I suppose the largest issue is