0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated name of bulk email service config

no-issue
This commit is contained in:
Fabien O'Carroll 2019-11-08 17:26:05 +07:00 committed by GitHub
parent 11d0eff863
commit 0a47adac88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ function createMailgun(config) {
});
}
const config = configService.get('bulk-email');
const config = configService.get('bulkEmail');
if (!config || !config.mailgun) {
common.logging.warn(`Bulk email service is not configured`);