UNPKG
taboo-cms
Version:
latest (1.8.5)
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
Taboo CMS
github.com/gegis/taboo-cms
gegis/taboo-cms
taboo-cms
/
lib
/
config
/
mailer.js
14 lines
(13 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
enabled:
false
,
from:
''
,
transporter:
{
//
host:
''
,
//
port:
587
,
//
secure:
false
,
//
true
for
465
,
false
for
other
ports
//
auth:
{
//
user:
''
,
//
pass:
''
,
//
}, }, }
;