Ghost/ghost/email-service/lib
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
..
email-templates Fixed email styles leaking from labs flag 2023-04-05 16:27:53 +02:00
BatchSendingService.js Improved oversized batch correction logic 2023-06-09 14:40:12 +07:00
EmailBodyCache.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailController.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventProcessor.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventStorage.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailRenderer.js Added emailCustomization flag and removed makeItRain flag (#16903) 2023-06-01 12:32:37 +01:00
EmailSegmenter.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MailgunEmailProvider.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
SendingService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00