Ghost/ghost/email-service
Simon Backx f5045b9bf7
Added email renderer implementation draft (#15877)
fixes https://github.com/TryGhost/Team/issues/2308

- Still has some missing pieces, but mostly works.
- Uses new handlebars template for emails
- When sending emails with the new email stability flag enabled, one
test email is now sent via the default smtp ghost mailer.
2022-11-29 11:27:17 +01:00
..
lib Added email renderer implementation draft (#15877) 2022-11-29 11:27:17 +01:00
test Added email renderer implementation draft (#15877) 2022-11-29 11:27:17 +01:00
.eslintrc.js
index.js Added new email event processor (#15879) 2022-11-29 11:15:19 +01:00
package.json Added email renderer implementation draft (#15877) 2022-11-29 11:27:17 +01: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