About 5,090,000 results
Open links in new tab
  1. 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.

  2. html - Can I set subject/content of email using mailto:? - Stack Overflow

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

  3. html - href="mailto:" is not working on any of the browsers - Stack ...

    Dec 7, 2015 · href="mailto:" is not working on any of the browsers Asked 10 years ago Modified 1 year, 2 months ago Viewed 127k times

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

    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 tested, which are recent (2015) …

  5. 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.

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

    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 and the …

  7. html - Mailto: Body formatting - Stack Overflow

    Jul 18, 2012 · Possible Duplicate: mailto link multiple body lines Just a quick question. I am creating a website for a charity and they have a section on the site where people can give some suggestions for …

  8. The "MailTo" ...setting a proper name on the Recipient

    Nov 16, 2011 · But the mailto: section of RFC 1738 was first superseded by RFC 2368, which allows (among other things, including predefined subject lines) for an RFC 822 mailbox specification—which …

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

    I would like to know how to include multiple email addresses in mailto link. I am trying this:

  10. html - How to submit a form using mailto in form action ... - Stack ...

    Feb 21, 2023 · 2 Just because .. I took the time to edit your HTML, and set up a working fiddle that will mailto the correct way.. The proof of concept is in the console.log -- Here is an actual working …