UNPKG
@itentialopensource/adapter-email
Version:
latest (4.9.8)
4.9.8
4.9.7
4.9.6
4.9.5
4.9.4
4.9.3
4.9.2
4.9.1
4.9.0
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.12
4.7.11
4.7.10
4.7.9
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.1
4.4.0
4.3.0
Email notification adapter
@itentialopensource/adapter-email
/
sampleProperties.json
19 lines
•
323 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"id"
:
"Email"
,
"type"
:
"EmailOpensource"
,
"brokers"
:
[
"notification"
]
,
"groups"
:
[
]
,
"properties"
:
{
"service"
:
""
,
"host"
:
"smtp.mailtrap.io"
,
"port"
:
2525
,
"auth"
:
{
"user"
:
"username"
,
"pass"
:
"password"
}
,
"secure"
:
true
,
"incomingEmailSizeLimit"
:
10000
}
}