updated emailer to pass through "fromUid" if available

This commit is contained in:
Julian Lam
2015-03-17 11:29:19 -04:00
parent b83aa108f2
commit 521c454dde

View File

@@ -62,7 +62,8 @@ var fs = require('fs'),
plaintext: translated[1],
template: template,
uid: uid,
pid: params.pid
pid: params.pid,
fromUid: params.fromUid
});
callback();
} else {