Line endings fixed so that we don't have CRLF in Git. Better now than later.
This commit is contained in:
parent
2fe7f82be3
commit
d482d214d9
69 changed files with 6405 additions and 6405 deletions
|
@ -1,29 +1,29 @@
|
|||
'use strict';
|
||||
|
||||
const MailerType = {
|
||||
GENERIC_SMTP: 'generic_smtp',
|
||||
ZONE_MTA: 'zone_mta',
|
||||
AWS_SES: 'aws_ses'
|
||||
};
|
||||
|
||||
const ZoneMTAType = {
|
||||
REGULAR: 0,
|
||||
WITH_HTTP_CONF: 1,
|
||||
WITH_MAILTRAIN_HEADER_CONF: 2,
|
||||
BUILTIN: 3
|
||||
}
|
||||
|
||||
function getSystemSendConfigurationId() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
function getSystemSendConfigurationCid() {
|
||||
return 'system';
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
MailerType,
|
||||
ZoneMTAType,
|
||||
getSystemSendConfigurationId,
|
||||
getSystemSendConfigurationCid
|
||||
'use strict';
|
||||
|
||||
const MailerType = {
|
||||
GENERIC_SMTP: 'generic_smtp',
|
||||
ZONE_MTA: 'zone_mta',
|
||||
AWS_SES: 'aws_ses'
|
||||
};
|
||||
|
||||
const ZoneMTAType = {
|
||||
REGULAR: 0,
|
||||
WITH_HTTP_CONF: 1,
|
||||
WITH_MAILTRAIN_HEADER_CONF: 2,
|
||||
BUILTIN: 3
|
||||
}
|
||||
|
||||
function getSystemSendConfigurationId() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
function getSystemSendConfigurationCid() {
|
||||
return 'system';
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
MailerType,
|
||||
ZoneMTAType,
|
||||
getSystemSendConfigurationId,
|
||||
getSystemSendConfigurationCid
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue