About 86,800 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 · Summary Email obfuscation without using scripts or contact forms Email address needs to be completely visible to human viewers and maintain mailto: functionality Email …

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

  6. html - Emailing to multiple recipients with mailto: attribute is not ...

    To summarise, if you can test/troubleshoot every single client machine that will use the email link, then consider using a complicated mailto link. Otherwise go for a server side email.

  7. html - How do I make a forward e-mail link? - Stack Overflow

    Apr 2, 2010 · The little trick I use is to leave the "mailto" part blank, and then in the the "body" section put in a link that points to an online archive of the html email I just sent them.

  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. html - How to disable an email link? - Stack Overflow

    I am using Ruby on Rails 3 and I would like to disable an email address link in a HTML email. For example, if in an email I send some raw HTML like Hi, you email is: <br/> [email protected]

  10. Best way to obfuscate an e-mail address on a website?

    Apr 15, 2009 · Personally, I've given up on hiding my email address. I find it easier to look into better spam-filtering solutions than worry about obfuscating. You could spend days trying to …