Ghost/ghost/email-service
Chris Raible 0b0e3f8e85
Added error handling for email analytics unsubscribe event (#16613)
refs TryGhost/Team#2974

- currently the unsubscribeFromNewsletters event is failing with 'member
not found' in elastic
- this change catches the error and logs it, which should allow the rest
of the event(s) to be processed
2023-04-11 13:13:34 -07:00
..
lib Added error handling for email analytics unsubscribe event (#16613) 2023-04-11 13:13:34 -07:00
test Added error handling for email analytics unsubscribe event (#16613) 2023-04-11 13:13:34 -07:00
.eslintrc.js
index.js Added mailgun provider for sending emails (#15896) 2022-11-30 16:21:58 +05:30
package.json Update dependency html-validate to v7.15.1 2023-04-10 10:25:09 +02: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