-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (25 loc) · 798 Bytes
/
module.json
File metadata and controls
25 lines (25 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"doc": "https://github.com/thingsdb/module-go-smtp#readme",
"version": "0.1.4",
"main": {
"linux/386": "bin/smtp_linux_386.bin",
"linux/amd64": "bin/smtp_linux_amd64.bin",
"linux/arm": "bin/smtp_linux_arm.bin",
"linux/arm64": "bin/smtp_linux_arm64.bin",
"freebsd/386": "bin/smtp_freebsd_386.bin",
"freebsd/amd64": "bin/smtp_freebsd_amd64.bin",
"freebsd/arm": "bin/smtp_freebsd_arm.bin",
"freebsd/arm64": "bin/smtp_freebsd_arm64.bin",
"darwin/amd64": "bin/smtp_darwin_amd64.bin"
},
"exposes": {
"send_mail": {
"doc": "Send email",
"defaults": {
"deep": 1,
"load": true
},
"argmap": ["to", "mailobj"]
}
}
}