
please help with email template issue Client is in need of two email templates for their hubspot email.
Mjml alternatives code#
Discouraged 😔 How do I learn to code HTML email templates? If you enjoy spending less time on projects, and don't want to worry about the nitty gritty horrible HORRIBLE ins & outs of HTML email, try a drag & drop editor along the lines of can't do EVERYTHING, but the HTML output is almost guaranteed to end up nice and pretty in all the different types of inboxes and devices.
It also produces html code that you can tinker with after. I suggested they used this website, which reduced design time considerably.
Discouraged 😔 How do I learn to code HTML email templates? A few jobs ago they were hand coding all email templates it was honestly such an awful workflow. TIL that Outlook for PC uses Microsoft Word to render HTML/CSS I refuse to build email without the help of MJML. Source: Hacker News / about 2 months ago Microsoft Outlook is crashing when reading Uber receipt emails It's a lot easier with something like MJML. VUEJS/Email Friendly Editor This is the closest I've found. Source: Hacker News / about 1 month ago The layout is really wired too, with the recommendation to use a ton of nested tables. Using a framework is almost a requirement if you don't want to spend all your time on little differences between email clients. I had to build some email templates for a project a few weeks ago and I was shocked how wired it was compared to regular webdev. It's Email Clients That Need Improving I will say that it sucks just as a much from the developer front.
I made a tool that converts markdown into responsive email HTML for my email marketing tool For the curious techies :) - Get markdown and convert it to HTML - Add styling to HTML - Put the styled HTML in an mjml.io framework.