UNPKG
@kohanajs/mod-mail-adapter-aws
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
KohanaJS Mail Module Adpater - AWS
gitlab.com/kohana-js/proposals/level0/mod-mail-adpater
@kohanajs/mod-mail-adapter-aws
/
init.js
4 lines
•
117 B
JavaScript
View Raw
1
2
3
4
const
{
KohanaJS
} =
require
(
'kohanajs'
);
KohanaJS
.
initConfig
(
new
Map
([ [
'mail'
,
require
(
'./config/mail'
)], ]));