Ghost/ghost/email-service
Simon Backx 19b9696fe2 🐛 Fixed HTML escaping of feature_image_caption in newsletters
no issue

feature_image_caption was escaped in the new email stability flow, while that should not happen (bold/underline/...).
2023-01-30 14:39:08 +01:00
..
lib 🐛 Fixed HTML escaping of feature_image_caption in newsletters 2023-01-30 14:39:08 +01:00
test 🐛 Fixed not reactivating email analytics jobs 2023-01-26 17:35:45 +01:00
.eslintrc.js Added email service package (#15849) 2022-11-21 10:29:53 +01:00
index.js Added mailgun provider for sending emails (#15896) 2022-11-30 16:21:58 +05:30
package.json Updated email sending to remove invalid recipient emails (#16171) 2023-01-24 16:13:10 +05:30
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