Skip to content

Commit

Permalink
Disable welcome emails. fix #2665
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Jan 26, 2024
1 parent 049e7ea commit 318b8f9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
/**
* 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 +111,4 @@ module.exports = function (job, agendaDone) {
},
);
};
*/

0 comments on commit 318b8f9

Please sign in to comment.