Top "Mailto" questions

Mailto is the URI scheme for email addresses.

Should mailto be used in HTML5?

A year or so ago I decided to stop using the mailto tag because many times it is annoying to …

html spam-prevention mailto
How do I properly encode a mailto link?

I am generating some HTML and I want to generate an XSS- and database-content-safe mailto link. What is the proper …

asp.net html xss urlencode mailto
Replacement for javascript escape?

I know that the escape function has been deprecated and that you should use encodeURI or encodeURIComponent instead. However, the …

javascript encoding escaping mailto
mailto link is blocked as insecure content in Chrome Gmail

I've got a link in an encrypted HTML email that goes to mailto:blahblah, but it's being blocked in Chrome …

google-chrome ssl gmail html-email mailto
how to get around chrome mailto maxlength limit

Chrome's mailto length limit is around 2000 characters. It seems to be enough but in fact it's only enough for English …

javascript google-chrome mailto
mailto link (in chrome) is triggering window.onbeforeunload - can i prevent this?

Possibly related to How to open mailto link in Chrome with Window.open without creating a new tab? Hi all. …

javascript mailto onbeforeunload