Ghost/ghost/email-service
Steve Larson c539417e89
🐛 Fixed bookmark card metadata styles (#17577)
refs TryGhost/Product#3609
- author and publisher styles were mixed up in mobiledoc
- made consistent for author coming after publisher for md and lexical
- updated renderer packages
2023-08-02 14:13:25 -05:00
..
lib 🐛 Fixed bookmark card metadata styles (#17577) 2023-08-02 14:13:25 -05:00
test Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
.eslintrc.js
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
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