mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-14 21:35:57 +08:00
18 lines
467 B
Text
18 lines
467 B
Text
|
{
|
||
|
"mailbox": "INBOX",
|
||
|
"seen": true,
|
||
|
"flag": true,
|
||
|
|
||
|
"from": {
|
||
|
"name": "Support",
|
||
|
"address": "info@example.com"
|
||
|
},
|
||
|
"to": {
|
||
|
"name": "[NAME]",
|
||
|
"address": "[EMAIL]"
|
||
|
},
|
||
|
"subject": "[FNAME], welcome to our awesome service!",
|
||
|
"text": "[FNAME], your new email account [EMAIL] is now ready to be used!",
|
||
|
"html": "<p><strong>[FNAME]</strong>, your new email account [EMAIL] is now ready to be used!</p>"
|
||
|
}
|