Socket
Book a DemoInstallSign in
Socket

@pagopa/io-app-email-templates

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagopa/io-app-email-templates

Common html template for email

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
4
Created
Source

io-app-email-templates

This repo contains the mail template(s) sent on behalf of IO App and its services. Templates are created using MJML markup language along with typescript files.

How to apply changes

To edit them, you can choose among these following options:

To generate the HTML output you need to install the following CLI tool:

npm install -g mjml && mjml <MJML_INPUT_FILE> -o <OUTPUT_FILE>

Add a new template

Steps:

  • Create a directory on the root of the project with a name of your choice.
  • Put an apply method in a typescript file named applier.template.ts inside your template directory.
  • Put a generation step inside package.json(follow the other scripts as example). This will generate an index.ts file with the template inside. Make sure to put {{TEMPLATE}} in the method that is going to be replaced with the HTML generated from the mjml file.
  • Generate a snapshot test to make sure the content doesn't change unexpectedly

Release

In order to release a new version:

  • Run the release action
  • A new PR will be created, review, approve and merge it
  • The publish action will start and release both a tag and a new package version in the npm package registry

You can check here if the new version has been published once the publish action is completed.

Compatibility

Templates are compatible with the following clients:

  • Apple Mail 13+ (dark mode included)
  • Gmail Web app
  • OL Office 365 (dark mode included, partially supported on Windows)
  • Outlook 2013, 2016, 2019, 2021 (dark mode included, partially supported on Windows)
  • Windows 10 Mail (dark mode partially supported)
  • Windows 11 Mail
  • Gmail App (Android 6+, dark mode partially supported)
  • Gmail App (iOS 13.1+, dark mode partially supported)
  • iPad (iOS 13.1+)
  • iPhone (iOS 13.1+)
  • AOL Mail
  • Outlook.com Mail (dark mode partially supported)
  • Yahoo! Mail

FAQs

Package last updated on 24 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts