mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-08 00:48:52 +08:00
13 lines
247 B
Text
13 lines
247 B
Text
|
{
|
||
|
"flag": true,
|
||
|
"from": {
|
||
|
"name": "Wild Duck Support",
|
||
|
"address": "info@[DOMAIN]"
|
||
|
},
|
||
|
"to": {
|
||
|
"name": "[NAME]",
|
||
|
"address": "[EMAIL]"
|
||
|
},
|
||
|
"subject": "[FNAME], welcome to our awesome service!"
|
||
|
}
|