Ghost/ghost/email-service
Sodbileg Gansukh 2a8c09e3d4
Fixed enormous site icon issue in Outlook (#17672)
refs https://github.com/TryGhost/Product/issues/3704

- the site icon has sizes defined in CSS and it works great for most
browsers
- but it becomes very large in Outlook and it requires explicit sizes in
the image markup for some reason
2023-08-10 17:26:55 -07:00
..
lib Fixed enormous site icon issue in Outlook (#17672) 2023-08-10 17:26:55 -07:00
test 🎨 Added support for relative links in emails (#17630) 2023-08-08 13:22:56 +02:00
.eslintrc.js
index.js
package.json Updated bookmark card renderer (#17662) 2023-08-10 13:41:59 +00: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