About 4,400,000 results
Open links in new tab
  1. html - Can I set subject/content of email using mailto:? - Stack …

    Learn how to set subject and content of an email using the "mailto:" protocol in HTML.

  2. email - mailto link with HTML body - Stack Overflow

    Apr 11, 2011 · This Stack Overflow discussion explains how to create a mailto link with an HTML body in email.

  3. Send mail to multiple receiver with HTML mailto - Stack Overflow

    Dec 7, 2012 · Learn how to send emails to multiple recipients using HTML mailto functionality with examples and solutions on Stack Overflow.

  4. forms - html button to send email - Stack Overflow

    Sep 6, 2016 · In this approach, the mailto: URI is supplied (with subject and body attributes) in an a element's href tag. This works in all combinations of browsers and e-mail clients I have …

  5. Is it possible to add an HTML link in the body of a MAILTO link

    Oct 29, 2008 · I have not had to mess with mailto links much. However I now need to add a link in the body of a mailto if it is possible. Is there a way to add a link or to change the email opened …

  6. html - mailto link multiple body lines - Stack Overflow

    having trouble getting multiple lines to work correctly in a mailto link In my case I'm testing it with an Outlook default mail reader. The following is put in an anchor href: mailto:email@addr...

  7. Create mailto from form with custom fields - Stack Overflow

    Sep 16, 2015 · I have a HTML form with 3 fields (Name, E-Mail and Message) and I want to create a custom mailto with this 3 fields but I don't want create a fixed content like this:

  8. href="mailto:" is not working on any of the browsers

    Dec 7, 2015 · The other answers didn't resolve my own question, which was resolved as follows. I came to this question because I was experiencing the same issue, with properly formatted …

  9. HTML mailto, how to include the sender's email address in the …

    Jun 25, 2018 · When using "mailto:" links in HTML, you can pre-define the following properties: TO recipient CC recipient BCC recipient email body According to RFC 2368, only the subject …

  10. html - Mailto with multiple cc addresses - Stack Overflow

    Mailto with multiple cc addresses [duplicate] Asked 11 years ago Modified 6 months ago Viewed 75k times