I need to make a Mailto link
to my website which is suppose to contain either the product name or the product page URL in the subject section
. How can I do it?
Exp: When you get an email through eBay
about a product you are selling or buying, you automatically know what product that email is about by seeing the product name in the subject section.
How can i do this?
<a href="mailto:[email protected]?subject=hello world">Email Me!</a>
Internet Archive:
Related Stackoverflow Questions:
I've run into problems with this before when I didn't url encode the value, so I would suggest (using lc's example):
<a href="mailto:[email protected]?subject=This+Is+My+Product">
or
<a href="mailto:[email protected]?subject=This%20Is%20My%20Product">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With