0.3.10 • Published 9 months ago
@tryghost/email-mock-receiver v0.3.10
Email Mock Receiver
Mocks email sending method and manages snapshots for outgoing email information such as to addresses, html content of emails, etc.
Install
npm install @tryghost/email-mock-receiver --save
or
yarn add @tryghost/email-mock-receiver
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 lintrun just eslintyarn testrun lint and tests