mailtrain/shared/send-configurations.js
2018-04-22 09:00:04 +02:00

12 lines
No EOL
152 B
JavaScript

'use strict';
const MailerType = {
GENERIC_SMTP: 0,
ZONE_MTA: 1,
AWS_SES: 2,
MAX: 3
};
module.exports = {
MailerType
};