@quad oh yeah, I love manually copying and pasting an ID placed somewhere in a line of plaintext.
A simple link would only improve this email.
The optimal approach would probably be something like Gemini does with webpages, semantic markdown with links to be interpreted by a client however it wants. But we're talking about email, it will use HTML 1 until the heat death is the universe.
@quad that's a big problem with HTML links, and I'm not sure why email clients didn't yet implement some way to obviously display the link target when it doesn't match the text content. I'd still rather do a sanity check and click the link than manually select the ID, manually open the website/app, paste it there, and go. They're a tool to be used, and I won't get rid of my hammer and try to pound the nails with a piece of wood just because some dumbest portion of society seems hellbent on smashing their toes with it.
Gemini-style links don't have this problem, since it's up to the client how to display the semantically denoted link like
```
=> https://example.com Package tracking website
```
such as displaying it as `Package tracking website (https://example.com)`, and/or checking if the label looks like a link, and/or displaying labelled links differently than unlabelled…