I want to add a mailto link on our web page. I want to add a urgent priority to this mail.
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>
You can get your priority, but probably not that way.
Most mail clients honor subject=
and body=
in the query string of a mailto:
link. Some mail clients treat multiple body=
attributes as different lines; others only use the last body
. Getting to your point, though: I don't think most clients will let you set priority, and it only takes one client that won't do it to make your system unreliable.
The easiest approach is to use mail filters to set priority on inbound mail. The filters should set the priority based on the subject lines, which you can reliably control.
If your mail system's filters can't set priority, try sorting to different mail folders.
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