mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-14 13:29:17 +08:00
17 lines
467 B
Text
17 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>"
|
|
}
|