Ghost/ghost/email-service
renovate[bot] b2d5304c3c Update Koenig packages
no issue

- added passthrough of `feature.contentVisibility` when rendering Lexical to HTML to allow for labs-feature specific rendering of HTML cards
- updated golden post email render test to account for labs flags being on/off
2024-08-14 15:34:44 +01:00
..
lib Fixed blockquote horizontal spacing on Outlook (#20625) 2024-07-18 21:01:43 +08:00
test Cleaned up "List Unsubscribe Header" GA feature flag (#20573) 2024-07-10 09:52:13 +00:00
.eslintrc.js
index.js
package.json Update Koenig packages 2024-08-14 15:34:44 +01: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