WiP updates
This commit is contained in:
parent
6706d93bc1
commit
4fce4b6f81
27 changed files with 763 additions and 85 deletions
12
shared/send-configurations.js
Normal file
12
shared/send-configurations.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
const MailerType = {
|
||||
GENERIC_SMTP: 0,
|
||||
ZONE_MTA: 1,
|
||||
AWS_SES: 2,
|
||||
MAX: 3
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
MailerType
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue