Work in progress on refactoring all mail sending to use the message sender an sender workers.
Some fixes related to subscriptions and password reset.
This commit is contained in:
parent
4e9f6bd57b
commit
450b930cc5
8 changed files with 95 additions and 76 deletions
|
@ -1,12 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
const util = require('util');
|
||||
const isemail = require('isemail');
|
||||
const path = require('path');
|
||||
const {getPublicUrl} = require('./urls');
|
||||
|
||||
const bluebird = require('bluebird');
|
||||
|
||||
const {enforce} = require('./helpers');
|
||||
const hasher = require('node-object-hash')();
|
||||
|
||||
const mjml2html = require('mjml');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue