Ghost/ghost/email-service
2023-08-07 08:37:57 +08:00
..
lib Increased padding of the header card email 2023-08-07 08:37:57 +08:00
test Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
.eslintrc.js
index.js
package.json 🐛 Fixed bookmark card metadata styles (#17577) 2023-08-02 14:13:25 -05: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