How do you properly construct a mailto: link without the part. mailto:[email protected]?
I dont want the address and just want whats in the parameters afterward to be filled in through the mailto.
The Mailto format does not support HTML code emails. Outlook was used at 2003, but to become compliant with the mailto: standard they removed that functionality. But you can Use %0D%0A for a line break in HTML body.
To create a link to send email, use <a> tag, with href attribute. The mail to link is added inside the <a> tag. To add a subject, you need to add ? and then include the subject. All this comes inside the <a> tag.
Yes you can
mailto:?body=tisbody&subject=thisbethesubject
Did you mean
<a href="mailto:"></a>
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