Skip to content

Commit

Permalink
Disable emails 2 and 3. #2665
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Feb 8, 2024
1 parent e68f6c6 commit ec20978
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
/**
* Module dependencies.
*/

// Disable all welcome emails
module.exports = function () {};

/*
const _ = require('lodash');
const log = require('../../../../config/lib/logger');
const emailService = require('../../../core/server/services/email.server.service');
Expand Down Expand Up @@ -105,3 +110,4 @@ module.exports = function (job, agendaDone) {
},
);
};
*/
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
/**
* Module dependencies.
*/

// Disable all welcome emails
module.exports = function () {};

/*
const _ = require('lodash');
const log = require('../../../../config/lib/logger');
const emailService = require('../../../core/server/services/email.server.service');
Expand Down Expand Up @@ -105,3 +110,4 @@ module.exports = function (job, agendaDone) {
},
);
};
*/

0 comments on commit ec20978

Please sign in to comment.