Ghost/ghost/staff-service
Aileen Booker 8d290c4560
Milestone emails templates and sending implementation (#16318)
refs
https://www.notion.so/ghost/Marketing-Milestone-email-campaigns-1d2c9dee3cfa4029863edb16092ad5c4?pvs=4

- Added email template for milestones with using a configuration file
for different member milestone values, as we're sending different
content for each one
- Implement sending the email to users who have
`milestone-notifications` enabled, currently still behind a flag

Co-authored-by: Peter Zimon <peter.zimon@gmail.com>
2023-03-21 13:39:40 +00:00
..
lib Milestone emails templates and sending implementation (#16318) 2023-03-21 13:39:40 +00:00
test Milestone emails templates and sending implementation (#16318) 2023-03-21 13:39:40 +00:00
.eslintrc.js
index.js
package.json Update Test & linting packages 2023-03-13 02:36:20 +00:00
README.md

Staff Service

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