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:
parent
11d0eff863
commit
0a47adac88
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
|
|
Loading…
Add table
Reference in a new issue