Ghost/ghost/mailgun-client
Kuba 9601285c3d
Added bulkEmail.batchSize option to configure batch size
refs https://github.com/TryGhost/Ghost/issues/15725

This pull request adds a new configuration option for the Mailgun email
provider that allows the user to set the maximum number of recipients
per email batch via a new config option `bulkEmail.batchSize`
2023-06-26 12:57:44 +02:00
..
lib Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
test Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
.eslintrc.js
index.js
package.json
README.md

Mailgun Client

Mailgun client for Ghost

Usage

Test

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