Mailto hyperlink example

Here is an example of a mailto hyperlink:

mailto:[email protected]?subject=Hello&body=This%20is%20a%20test%20email

Let's break it down:

When you click on this hyperlink, it will open the default email client on your device and compose a new email with the specified subject and body.

You can customize the hyperlink to include additional parameters, such as:

Here's an example with multiple parameters:

mailto:[email protected]?subject=Hello&body=This%20is%20a%20test%20email&[email protected]&[email protected]&attachment=file.txt

Keep in mind that not all email clients support all of these parameters, and some may have limitations on the length of the subject and body.