SOLVED - (with a work around)
I received a new MBA M2 15" this week, great machine, superb OS (been away from MacOS since 2015, skipped the dreaded paper thin keyboards. Now, I'm back to the ⌘ world). With this, I had to mime my mail signatures (Linux user since 2010) and faced this "missing plug-in" situation.
MacOS: 14.1.2 (23B92)
Mail App: Version 16.0 (3774.200.91.1.1)
Steps:
- Use whatever other mail system you have to send you a message with the signature;
- Access your e-mail from iCloud web - use Safari, preferably;
- Select the signature from the web iCloud, copy it to the clipboard;
- In the Mac Mail app, paste it into the signature. Done;
My signature is composed as a
<div>
<div style my logo and stuff>
<img alt="alternative text, sure, why not?"
src="data:image/png;base64,here is the base64 version of the image..." />
</div>
<div style"display: inline; float: left; and other little stuff;">
<div style="font-weight: bold;">My Name</div>
+55 (11) My Phone Number
</div>
</div>
</div>
You get the drill. The reason why I embed the image is so the recipient can be presented my logo even if remote images are disabled (I turn them all off, so I understand who else does that too).
This is a bit more unusual scenario, because the embedded image, so I thought I could share it especially because it is working.
HTH