Skip to content

Commit

Permalink
Add mkit for sending out the files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 21, 2010
1 parent 21a1e40 commit dcbbd83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/mkits/metabase_id.mkit/body.tt
@@ -0,0 +1,3 @@
Hello [% address %]

Your metabase id is attached to this email.
9 changes: 9 additions & 0 deletions share/mkits/metabase_id.mkit/manifest.json
@@ -0,0 +1,9 @@
{
"renderer" : "TT",
"header": [
{ "From" : "Metabase ID Claimer <[% sender_address %]>" },
{ "Subject" : "Metabase ID for [% address %]" },
{ "To" : "[% address %]" }
],
"path" : "body.tt"
}
1 change: 1 addition & 0 deletions share/mkits/metabase_id.mkit/metabase_id.json
@@ -0,0 +1 @@
[% id %]

0 comments on commit dcbbd83

Please sign in to comment.