About 94,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. Is it possible to add an HTML link in the body of a MAILTO link

    Oct 29, 2008 · It isn't possible as far as I can tell, since a link needs HTML, and mailto links don't create an HTML email. This is probably for security as you could add javascript or iframes to this link and …

  4. 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:

  5. html - Hide Email Address from Bots - Keep mailto: - Stack Overflow

    Dec 25, 2016 · tl;dr Hide email address from bots without using scripts and maintain mailto: functionality. Method must also support screen-readers. Summary Email obfuscation without using scripts or …

  6. HTML mailto form: prefill subject and body - Stack Overflow

    Learn how to prefill subject and body fields in an HTML mailto form using simple techniques and examples.

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

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

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

    How do I send an email with specified initial values for the headers subject and message from a button in html, such as this <form method="post" action="mailto:email.com?subject=subject&mes...

  10. email - Insert a line break in mailto body - Stack Overflow

    Learn how to insert line breaks in mailto body using proper encoding techniques discussed on Stack Overflow.