115
Emails are hard (lemmy.world)

Thanks for the information though.

all 25 comments
sorted by: hot top controversial new old
[-] haerrii@feddit.org 43 points 1 month ago
[-] Cobrachicken@lemmy.world 20 points 1 month ago* (last edited 1 month ago)

because it works, even in a crowdstrike

edit: typo

[-] Carighan@lemmy.world 14 points 1 month ago

Did the fax go down from CrowdStrike? No. The superior communication medium!

[-] Miaou@jlai.lu 9 points 1 month ago

My HR told me I could no longer email bills, but instead had to give them the original paper. I'm afraid somebody there will have a heart attack when I tell them that that PDF file is the original.

[-] Andromxda@lemmy.dbzer0.com 4 points 1 month ago

Fax? I ain't using that modern bullshit. I will be writing letters, just like in the good ol' days.

[-] netvor@lemmy.world 2 points 1 month ago

hehe, FAX sounds like TCP ACK but waaay more rude.

[-] far_university190@feddit.org 16 points 1 month ago

π•―π–Žπ–Šπ–˜π–Š π•Άπ–”π–’π–’π–Šπ–“π–™π–†π–—π–˜π–Šπ–π–™π–Žπ–”π–“ π–Žπ–˜π–™ π–“π–šπ–“ π•°π–Žπ–Œπ–Šπ–“π–™π–šπ–’ π–‰π–Šπ–— π•­π–šπ–“π–‰π–Šπ–˜π–—π–Šπ–•π–šπ–‡π–‘π–Žπ– π•―π–Šπ–šπ–™π–˜π–ˆπ–π–‘π–†π–“π–‰

[-] fibojoly@sh.itjust.works 12 points 1 month ago

Emails are surprisingly hard to format, actually. If you want to use modern HTML, anyway.

[-] grandel@lemmy.ml 3 points 1 month ago

No it's not. Its just hard if they need to work in Outlook, which uses a Word Processor instead of an HTML rendering engine like any other sane email client.

[-] fibojoly@sh.itjust.works 3 points 1 month ago

It's wonderful for you that you live in a world where people use something else than Outlook to read email at work.

[-] grandel@lemmy.ml 3 points 1 month ago* (last edited 1 month ago)

I use https://mjml.io/ for HTML emails, highly recommend it if you dont want to deal with Outlook's bullshit.

[-] fibojoly@sh.itjust.works 1 points 1 month ago

Thank you kindly for the link. I'll have to see what this brings to the table, but it's always nice to have options!

[-] olafurp@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

This one goes right to the feels. I've got pretty good experience with using SSR components to generate static html with components. I'm currently using dotnet and blazor where I can make email components like a button and an image as easy as that might sound.

[-] some_guy@lemmy.sdf.org 6 points 1 month ago

Stupid people shouldn’t be permitted to use computers.

[-] riodoro1@lemmy.world 3 points 1 month ago

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.

[-] gazter@aussie.zone 3 points 1 month ago

Is it possible to put images in an email without them showing up like this?

[-] funkless_eck@sh.itjust.works 7 points 1 month ago* (last edited 1 month ago)

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. Bear in mind that the "source" is abbreviated to src, and "image" similarly. The rest is coding that gives the computer instructions, you'll also need to replace FILENAME in the code with the actual filename. It goes like this

<img src="FILENAME" /> 

Let me know if I can explain it more clearly.

[-] gazter@aussie.zone 10 points 1 month ago

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?

[-] lichtmetzger@discuss.tchncs.de 1 points 3 days ago* (last edited 3 days ago)

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.

Example: https://www.base64-image.de/tutorial

[-] qaz@lemmy.world 6 points 1 month ago

I don't think it's really directed at you and moreso about making fun of the company who didn't put in any effort to make it show up correctly.

[-] funkless_eck@sh.itjust.works 4 points 1 month ago

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.

[-] _edge@discuss.tchncs.de 1 points 1 month ago

You can have inline images that are only shown as part of the rendered HTML. Don't ask me how, but you'll find some examples in your inbox.

[-] dgriffith@aussie.zone 1 points 1 month ago

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.

https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcmail/7a08211a-760a-41af-8cab-0acf462c4094

[-] yogurtwrong@lemmy.world 3 points 1 month ago

Ikea email. You get the parts and assemble it yourself

this post was submitted on 25 Jul 2024
115 points (95.3% liked)

Programmer Humor

31965 readers
405 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS