Ghost/ghost/email-service
Kevin Ansfield e6df014f84 Cleaned up newsletterExcerpt flag
no issue

- feature is GA so the flag and related conditionals are no longer required
2024-07-03 18:22:39 +01:00
..
lib Cleaned up newsletterExcerpt flag 2024-07-03 18:22:39 +01:00
test Cleaned up newsletterExcerpt flag 2024-07-03 18:22:39 +01:00
.eslintrc.js
index.js
package.json
README.md Added email service package (#15849) 2022-11-21 10:29:53 +01:00

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