Ghost/ghost/email-service
Simon Backx 47cd7a7095
🐛 Handled unknown Mailgun events (#15995)
refs https://ghost.slack.com/archives/C02G9E68C/p1670916538764019

- We receive events that don't have an emailId or providerId.
- We filter those events now and log them as an error
2022-12-14 11:17:45 +01:00
..
lib 🐛 Handled unknown Mailgun events (#15995) 2022-12-14 11:17:45 +01:00
test 🐛 Fixed email header images serving original image size (#15950) 2022-12-09 11:17:22 +01:00
.eslintrc.js
index.js
package.json Updated @tryghost dependencies (#16005) 2022-12-14 11:18:55 +07: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