I use letters with text with the mailto function to set the body and subject line, for example:
href="mailto:?body=Thanks!"
But is there a way to send an image to the body? For instance:
href="mailto:?body=<img src='http://www.example.com/image.jpg'>"
(obviously does not work above - it just adds html as a string)
Any advice appreciated! Thanks!
source share