I would like to insert a line break into my mailto body. I tried %0A, %0D and %0D%0A. Nothing worked for me. I tested on Gmail, Yahoo, Apple Mail,...
  • May 26, 2022
  • 0 Comments
I have a couple of mailto links in a HTML document. <a href="https://stackoverflow.com/questions/5620324/mailto:etc..."> Can I insert HTML formatted body in the mailto: part of the href? <a href="https://stackoverflow.com/questions/5620324/mailto:me@me.com?subject=Me&body=<b>ME</b>">Mail me</a>...
  • May 10, 2022
  • 0 Comments
Is it possible to set the subject/content of email when I use mailto:? 13 s 13 Yes, look all tips and tricks with mailto: http://www.angelfire.com/dc/html-webmaster/mailto.htm mailto subject example: <a...
  • April 16, 2022
  • 0 Comments