https://github.com/pagopa/pagopa-email-templates
All the mail templates used by pagoPA
https://github.com/pagopa/pagopa-email-templates
email mjml mjml-template templates
Last synced: 2 months ago
JSON representation
All the mail templates used by pagoPA
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-email-templates
- Owner: pagopa
- Created: 2022-09-06T09:33:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:20:23.000Z (9 months ago)
- Last Synced: 2025-02-05T02:18:28.153Z (4 months ago)
- Topics: email, mjml, mjml-template, templates
- Language: Handlebars
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pagopa-email-templates
This repo contains the mail templates used by pagoPA, created using [MJML](https://mjml.io/) markup language.
## How to apply changes
To edit them, you can choose among these following options:
- [Online editor](https://mjml.io/try-it-live)
- [Local installation](https://mjml.io/download)
- [Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=mjmlio.vscode-mjml)To generate the HTML output you need to install these CLI tools:
1. [MJML](https://github.com/keithamus/hbs-cli) package:
```shell
$ npm install --g mjml
```2. [Handlebars CLI](https://github.com/keithamus/hbs-cli) to render handlebars templates:
```shell
$ npm install --g hbs-cli
```For the specific commands, take in consideration the local README files:
1. [Receipt · Success](/Receipt_Success/)
1. [Receipt · KO](/Receipt_KO/)## How to deploy changes
All the mail are sent through [pagopa-notifications-service](https://github.com/pagopa/pagopa-notifications-service).
## PDF Receipt
If you're looking for the relative PDF receipt, please refer to the [pagopa-template-receipt-pdf](https://github.com/pagopa/pagopa-template-receipt-pdf)## 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### Related mail templates
- [IO App](https://github.com/pagopa/io-app-email-templates)
- [Area Riservata (former SelfCare)](https://github.com/pagopa/selfcare-email-templates)
- [Piattaforma Notifiche](https://github.com/pagopa/pn-email-templates)