Emails are hard
Emails are hard
Its about a device with touch interface as laggy as those old ass android phones with funky fonts.
I hate every second of interaction with this smart pot.
yeah it uses this really neat semantic rendering programming language for serving structured documents across servers
Itβs a bit tricky, but anyone with at least a Masters in CompSci should be able to parse some of it enough to get the gist. It goes like this
<img src="FILENAME" />I feel like the level of snark in your reply isβ¦ High. It doesnβt make for a pleasant interaction, and it doesnβt help make lemmy a nice place to be.
So, if the image you want to put into your email is not hosted somewhere, whatβs the best way to go about this, ensuring compatibility?
Iβm just being a silly billy itβs not directed at you.
Itβs more like βah if only there was a simple solution that couldβve been used.β
All images are hosted somewhere, I would consider an intern fresh out of college know how to correctly add an image to an email, or at least only be told once if somehow they had never seen this before.
So, if the image you want to put into your email is not hosted somewhere, whatβs the best way to go about this, ensuring compatibility?
You can base64-encode the image file. Itβs super-jank, but it works, even in Outlook.
Let me know if I can explain it more clearly.
Multi-part MIME containing inline images is actually what youβre looking for and itβs fairly easy to implement.
Hereβs an example. They handwave over the html section that actually refers to the inline images that they embed, but thatβs the basic layout you need.