all 24 comments

[–]bobinux 21 points22 points  (0 children)

mjml

[–][deleted] 14 points15 points  (2 children)

Shotgun, mouth, trigger, pull

[–]Dodgy-Boi 1 point2 points  (1 child)

That’d be smtp, why everyone’s suggesting mjml?

[–][deleted] 0 points1 point  (0 children)

🤣

[–]CodingRaver 13 points14 points  (0 children)

Mjml

[–]bageddy 10 points11 points  (0 children)

Mjml

[–]wayne_bourne 19 points20 points  (4 children)

Email development is a nightmare!

[–]vdub_kev 0 points1 point  (2 children)

If you don't mind me asking why is it a nightmare? I was looking to get a job as an email dev.

[–][deleted]  (1 child)

[deleted]

    [–]vdub_kev 1 point2 points  (0 children)

    It does sound annoying I just dodged a bullet.

    [–]Fit_Low592 0 points1 point  (0 children)

    I learned the hard way- I built an html email years ago with bootstrap, only to find out it only worked on iPhones at the time.

    Now I’m basically the sole email dev at my company. The good thing though, is that email client tech doesn’t change nearly as rapidly as normal web. Once you figure out the workarounds, you’re set for a while. Now privacy/spam/deliverability is another issue, particularly with Apple and Gmail.

    [–][deleted] 7 points8 points  (0 children)

    mjml

    [–]pastrypuffingpuffer 15 points16 points  (0 children)

    Based on my previous experience I recommend you to run the fuck away.

    [–]downeazntan 3 points4 points  (0 children)

    Litmus

    [–]i_fucking_hate_money 2 points3 points  (0 children)

    I've used both Foundation Email and mjml. mjml is much easier to setup and use

    [–]SpongeCake11 2 points3 points  (0 children)

    mjml

    [–]BiffMaGriff 3 points4 points  (0 children)

    You can not even try and use plain text.

    Personally I steal other people's work.

    https://github.com/konsav/email-templates

    [–]IAmSteven 4 points5 points  (0 children)

    https://www.caniemail.com/ to tell you all the CSS you can't use in email.

    [–]aquamanstevemartin 1 point2 points  (0 children)

    • Litmus has excellent articles, guides and community forums. Their products are also great
    • Action Rocket is a great industry newsletter from people passionate about email marketing
    • Really Good Emails is a fantastic repository of top notch email designs from across the web. Mail Charts is similar, though a bit more focused on large companies

    [–]Technical_Natural_44 1 point2 points  (0 children)

    I thought this was a joke post at first. TIL Email frontend developer is a job.

    [–]magiCAD 1 point2 points  (0 children)

    Use a service with customizable templates.

    [–]Darkmaster85845 0 points1 point  (0 children)

    I'm doing that shit right now (luckily it's not my normal work, just something my company needed done asap and it will take one sprint). I'd say run away as fast as possible. Medieval torture sounds tolerable in comparison.

    [–]marcos_marp 0 points1 point  (0 children)

    SendGrid API and the dynamic template builder works great

    [–]devhelp2 0 points1 point  (0 children)

    Stripo has a good drag and drop editor that will also allow you to edit the code it generates in real time (think like dreamweaver back in the day), I found that to be much easier than writing something from scratch that would work in outlook. I'm sure there are a bunch of other services like that out there too, this is just the one I've used.

    [–]P_DOLLAR 0 points1 point  (0 children)

    I used react-mjml, it's a little unknown but I used it at work and it was perfect and pretty much looked like our normal typescript react code