mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-15 05:44:36 +08:00
11 lines
193 B
TOML
11 lines
193 B
TOML
|
[example]
|
||
|
|
||
|
name="Example Plugin"
|
||
|
|
||
|
# $WD: path of wildduck module root
|
||
|
# $CONFIG: path of config root
|
||
|
path="$WD/plugins/example.js"
|
||
|
|
||
|
# Additional config options
|
||
|
value1 = "Example config option"
|