About 91,700 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 …

    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 …

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

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

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

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

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

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

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