New Jun 12, 2026

TIL: Browsers offer a “copy email” in the context menu on mailto: links

Top Front-end Bloggers All from Christian Heilmann View TIL: Browsers offer a “copy email” in the context menu on mailto: links on christianheilmann.com

When adding an email link to a document you should use the mailto: URI scheme:


Email Chris

That makes the browser open the associated email tool instead of opening the link in the browser. Today I found out that browsers also offer a “copy email” in the context menu that only copies the email itself and not the whole href attribute value.

when using mailto: the browser offers a copy email option that will only copy the email part.

Neat!

Scroll to top