Ghost/ghost/mailgun-client
Daniel Lockyer b226065c04
Added mailgun-client test to ensure config values are prioritised over settings
- this is the current functionality of the code, as it has always been,
  but this test ensures we prioritise the values in the config over
  those in settings
2022-08-11 09:10:49 +02:00
..
lib Added test to check sending emails when Mailgun is not configured 2022-08-11 09:10:49 +02:00
test Added mailgun-client test to ensure config values are prioritised over settings 2022-08-11 09:10:49 +02:00
.eslintrc.js Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
index.js Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
package.json Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
README.md Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00

Mailgun Client

Mailgun client for Ghost

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests