Search code examples
emailmailto

Adding urgent priority to mail set from mailto link


I want to add a mailto link on our web page. I want to add a urgent priority to this mail.


Solution

  • mailto links just doesn't support this feature , sorry.

    however, you could use a specific subject and filter it in your inbox

    <a href="mailto:[email protected]?subject=Urgent">Send a email</a>