How to add bookmark attach with mail id

To add a bookmark with an email address, you can use the mailto protocol in your bookmark's URL. Here's an example:

Bookmark URL format:

javascript:void(window.open('mailto:{email_address}?subject={subject}&body={body}'))

Replace {email_address} with the email address you want to attach to the bookmark, {subject} with the subject line, and {body} with the body text.

Example:

javascript:void(window.open('mailto:[email protected]?subject=Bookmark+Test&body=This+is+a+test+bookmark'))

This bookmark will open a new email window with the subject "Bookmark Test" and body "This is a test bookmark" when clicked.

Adding the bookmark:

  1. Open your web browser and navigate to the page you want to bookmark.
  2. Click the bookmark button or menu item in your browser.
  3. Enter a name for the bookmark, and then enter the URL in the format above.
  4. Click "Add" or "Save" to save the bookmark.

Tips: