sendmailjs
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "sendmailjs", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Sendmail via unix mail", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,3 @@ 'use strict'; | ||
{"pattern": "/\\${TO}/g", "key": "to.0.name"}, | ||
{"pattern": "/\\${INVALID}/g", "key": "invalid.name"}, | ||
{"pattern": "/\\${DATE}/g", "value": new Date().toGMTString()} | ||
@@ -54,0 +55,0 @@ ] |
91406
977