You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
438 B
18 lines
438 B
{
|
|
"renderer": "TT",
|
|
"header": [
|
|
{ "To" : "[% send_to %]" },
|
|
{ "From" : "MyJekyllBlog Robot <mailbot@myjekyllblog.com>" },
|
|
{ "Subject" : "Password reset link for your MyJekyllBlog account" }
|
|
],
|
|
"alternatives": [
|
|
{
|
|
"type": "text/plain",
|
|
"path": "body.txt"
|
|
},
|
|
{
|
|
"type": "text/html",
|
|
"path": "body.html"
|
|
}
|
|
]
|
|
}
|
|
|