Top "Mailto" questions

Mailto is the URI scheme for email addresses.

How do I make mailto subject and body work in gmail etc?

Good afternoon, I have a site with a mailto link used to email my mothers business, pretty standard stuff I …

html mailto
Use a body template for mailto

Is there any way to include an HTML template for the mailto() function body? E.g. I have the next …

html mailto
open email client through javascript

is there anyway through which I can open more than one email client, (on a single click) in java script, …

javascript jquery html data-binding mailto
Java: Open default mail application and create new mail and populate To and Subject fields

Just wondering if anyone can help me with a problem I've come across in Java. Is there functionality within Java …

java email uri default mailto
Getting all mailto links with jQuery

I need a pattern that will traverse the document and get me all links that have mailto in their href: &…

jquery pattern-matching mailto
MAILTO max-length of each internet browsers?

Update: Two years before this question, a similar question was asked: Effective maximum mailto: body lengths as pointed out by …

internet-explorer firefox google-chrome opera mailto
Safari mailto: "This website has been blocked from automatically composing an email."

When using Safari (iOS 10.2) and clicking on a mailto link a confirmation prompt is shown with the following message: "This …

html safari mailto
Is there a "map:" URI prefix to launch map application? (like mailto: or tel:)

Is there such prefix for launching map application on phones, <a href="map:21st,High Street, London">Toto's …

map uri mailto url-scheme tel
How can I create mailto links without recipient that will work on Chrome on Ubuntu?

I have a mailto link in my HTML. The HREF is <a href="mailto:?to=&body=AAA,&…

google-chrome ubuntu mailto
How to fire mailto urls from action method

I am a beginner in MVC. I want to develop an action method in MVC which fires Mailto:?body=body …

javascript mailto window.location actionmethod