shlogg · Early preview
Justin Poehnelt @jpoehnelt

Implementing MJML With Google Apps Script For Responsive Emails

Implemented newsletter using Google Apps Script & MJML. MJML reduces email coding pain with semantic syntax & rich components library. Successfully integrated with Apps Script runtime.

Today I had the task of implementing a newsletter for internal updates and decided to use Google Apps Script since I was already using it for managing the project data. Based upon past experiences with emails using HTML I need this area was full of landmines and I didn't want to navigate through it. 💣
So I decided to use MJML with Google Apps Script.


  
  
  Overview of MJML

MJML is a markup language designed to reduce the pain of coding a responsive email. Its semantic syntax makes it easy and straightforward and its rich standard components library speeds up your development time and lig...