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.
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.
Emails are surprisingly hard to format, actually. If you want to use modern HTML, anyway.
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.
It’s wonderful for you that you live in a world where people use something else than Outlook to read email at work.
I use https://mjml.io/ for HTML emails, highly recommend it if you dont want to deal with Outlook’s bullshit.
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!
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.