How do you create a mailto: link without the (to) part
Yes you can mailto:?body=tisbody&subject=thisbethesubject
Yes you can mailto:?body=tisbody&subject=thisbethesubject
The differences between Matrix parameters and Query Parameters are much more than just convention. The main differences are: urls with query params won’t have their response cached by intermediaries/proxies (at present) matrix parameters may appear anywhere in path calculating the relative uri is different query params are generally abused to add new verbs instead of … Read more