mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 09:32:28 +08:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"disabled": true,
|
|
|
|
"flag": true,
|
|
|
|
"from": {
|
|
"name": "WildDuck Support",
|
|
"address": "info@[DOMAIN]"
|
|
},
|
|
"to": {
|
|
"name": "[NAME]",
|
|
"address": "[EMAIL]"
|
|
},
|
|
|
|
"subject": "[FNAME], welcome to our awesome service!"
|
|
}
|