About 52 results
Open links in new tab
  1. 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.

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

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

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

  8. email - mailto HTML best practices - Stack Overflow

    Mar 22, 2015 · Email mailto links cause bad user experience * Here are a few additional approaches that provide more professionalism: - If anonymity is a goal, a generic contact form.

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

    Feb 21, 2023 · How to submit a form using mailto in form action? Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 3k times

  10. html - How to send mail with a Subject using a Mailto URL ... - Stack ...

    Jul 8, 2009 · Set up an HTML mailto form without a back-end script HTML Mailto Attribute and Tips HTML Mailto Tips and Tricks Mailto Syntax Related Stackoverflow Questions: Avoiding the Mailto …