Ghost/ghost/email-service
Simon Backx 4639514a3b Added email design customization
fixes https://github.com/TryGhost/Team/issues/2671

Co-authored-by: Fabien 'egg' O'Carroll <fabien@allou.is>
Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2023-04-05 11:13:48 +02:00
..
lib Added email design customization 2023-04-05 11:13:48 +02:00
test Added newsletter auto border color and dynamic color picker 2023-04-03 11:27:57 +02:00
.eslintrc.js
index.js
package.json Added yarn resolution for @tryghost/errors 2023-04-05 09:34:50 +02:00
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests