cluster-mail
Advanced tools
Comparing version 0.0.1 to 0.0.2
0.0.2 / 2011-04-05 | ||
================== | ||
* Fixed; output stack / error message | ||
0.0.1 / 2010-01-03 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -26,3 +26,3 @@ | ||
exports.version = '0.0.1'; | ||
exports.version = '0.0.2'; | ||
@@ -73,3 +73,3 @@ /** | ||
email.send(function(err){ | ||
if (err) console.error(err); | ||
if (err) console.error(err.stack || err.message); | ||
}); | ||
@@ -76,0 +76,0 @@ }); |
{ | ||
"name": "cluster-mail" | ||
, "version": "0.0.1" | ||
, "version": "0.0.2" | ||
, "description": "Email notification plugin for Cluster" | ||
@@ -5,0 +5,0 @@ , "keywords": ["cluster", "email"] |
@@ -16,6 +16,6 @@ | ||
- `from` sender email | ||
- `timeout` sendmail timeout in milliseconds | ||
- `subject` defaulting to " cluster({worker}) exception: {message}" | ||
- `template` function called with local variables (usually jade / ejs template etc) | ||
- `from` sender email | ||
- `timeout` sendmail timeout in milliseconds | ||
- `subject` defaulting to " cluster({worker}) exception: {message}" | ||
- `template` function called with local variables (usually jade / ejs template etc) | ||
@@ -38,2 +38,6 @@ ## Example | ||
## Screenshot | ||
![](http://f.cl.ly/items/0K0F3t1s2o172b0j2407/Screenshot.png) | ||
## License | ||
@@ -40,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
5129
64